Back to Browse

Brave Search MCP Server

Developer ToolsLow Risk9.0Local
Free

Privacy-first web and local search via Brave Search API

About

The Brave Search MCP Server provides privacy-first web search and local business search through the Brave Search API. Your AI assistant can perform web queries, get search results with snippets, and look up local businesses without tracking.

Built as part of the official MCP reference servers, this server wraps the Brave Search API to deliver web search results and local points of interest. It supports both general web search and location-based local search.

Great for AI workflows that need up-to-date web information, research tasks, or local business lookups while respecting user privacy.

Security Report

9.0
Low Risk9.0Low Risk

Official reference server using the Brave Search API. No user data is stored. API key required for access.

4 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

Environment Variables

Reads environment variables, typically for API keys or configuration.

What You'll Need

Set these up before or after installing:

Brave Search API key for web search queries. Free tier available.Required

Environment variable: BRAVE_API_KEY

Sign up free

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ],
      "env": {
        "BRAVE_API_KEY": "<your-api-key>"
      }
    }
  }
}

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1"Search the web for latest Next.js 15 features"
  • 2"Find recent news about AI regulation"
  • 3Tool: brave_web_search — Web search with fresh, real-time results

Reviews

No reviews yet

Be the first to review this server!

Version History

v2.1.0Dec 15, 2025Re-scanned

Added support for streaming responses and improved error handling for rate-limited requests.

v2.0.0Nov 1, 2025Re-scanned

Major release: new tool registration API, breaking changes to configuration format. See migration guide.

v1.5.0Sep 20, 2025Re-scanned

Added OAuth 2.0 support and improved connection pooling.

v1.0.0Jul 1, 2025Re-scanned

Initial stable release.

Brave Search MCP Server - Privacy-first web and local search via Brave Search API | MCP Marketplace