B
Official Search & Web

Brave Search

Anthropic's official Brave Search server for web and local results.

Works with: Claude DesktopClaude CodeCursorWindsurfClineVS Code (Continue)
Quick install
npx -y @modelcontextprotocol/server-brave-search

How to install the Brave Search MCP server

Add this to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ]
    }
  }
}

Add this to your Claude Code MCP configuration:

npx -y @modelcontextprotocol/server-brave-search

Add this to your Cursor MCP configuration:

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ]
    }
  }
}

Add this to your Windsurf MCP configuration:

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ]
    }
  }
}

Add this to your Cline MCP configuration:

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ]
    }
  }
}

Add this to your VS Code (Continue) MCP configuration:

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ]
    }
  }
}

The Brave Search MCP server is Anthropic’s official integration with Brave’s web search API. It gives Claude live access to the web for queries that need fresh information: current events, recent product releases, anything that changed after the model’s knowledge cutoff.

This is the search server with the lowest friction to start. Free tier covers most personal use, and the API key takes 30 seconds to grab from Brave’s developer dashboard.

Why use it

Models go stale. Adding a search MCP server gives Claude a way to ground its answers in current information. Without one, Claude either hallucinates recent events or refuses to answer them.

Brave specifically wins on privacy and cost. Their index is independent and doesn’t profile users. The free tier is generous enough that most solo founders never hit it. For teams or heavy usage, the paid tiers are cheaper than alternatives.

What it actually does

Two tools: web search and local search. Web search returns the standard list of titles, URLs, and snippets that Claude reads and synthesises. Local search returns places near a location.

Practical patterns:

  • “What’s the latest news on the EU AI Act?”
  • “Find a recent article comparing Claude 4 vs GPT-5 benchmarks.”
  • “Search for cafés near King’s Cross station.”

Gotchas

Free tier is 2,000 queries per month with a 1 query per second cap. Heavy daily research can hit this in a couple of weeks. If you’re using Claude as a daily research assistant, plan for the paid tier or pair Brave with Fetch so Claude can read full articles after a single search.

Search snippets are limited to a couple of lines. For deep reading, Claude needs to fetch the URL separately. Pair Brave Search with the Fetch server for end-to-end “search then read” workflows.

Quality varies by query type. Brave is strong on tech and news, weaker on shopping or hyperlocal queries than Google. Combine with Tavily or Perplexity for a richer search stack.

Brave Search MCP server: FAQs

Why Brave instead of Google?

Brave's search API is the only major one with a free tier suitable for personal use. Google requires a paid Custom Search Engine and rate-limits aggressively. Brave's index is independent of Google and Bing, which actually helps for some queries.

How much does the API cost?

Free for 1 query per second up to 2,000 per month. Paid tiers start at $5 per CPM. For most personal Claude usage you'll never hit the free tier limit.

Does it return live results or cached?

Live, with Brave's freshness guarantees. For breaking-news queries the index is updated continuously.

Can I combine it with Tavily or Exa?

Yes. Many users run two search MCPs and let Claude pick. Tavily is optimized for LLM workflows with cleaner output. Exa is neural search. Brave is the cheapest broad-web fallback.

Does it support local-area search?

Yes. The server exposes a brave_local_search tool for restaurants, businesses, and points of interest near a location.