Brave Search MCP
by Brave (reference implementation)
MCP server that gives any agent privacy-respecting web search via the Brave Search API. The default research primitive.
MCP
Brave Search MCP
Added 17 May 2026
Overview
Brave Search MCP wraps the Brave Search API as a Model Context Protocol server. Drop in, set a key, and any MCP-compatible agent gets clean web results with no Google API quota games. The reference implementation lives in the MCP servers monorepo and is the most-installed search server.
Best for
Best for
Any agent that needs general web search without operating its own crawler
Use cases
- Give a Claude or Cursor agent real web search without a custom backend
- Bootstrap a research agent that needs general web context
- Replace 'agent invents URLs' with 'agent searches first'
- Mix with a fetch tool for full search-and-read flows
Notes
Why it matters
Every agent eventually needs to search the web. Brave Search MCP is the default way to plug that in without standing up a custom search service.
How teams use it in production
Pair with the webpage info skill (or a browser MCP for blocked sites) for a full search-and-read loop. Cache results aggressively to keep costs flat.
What to watch
The space of search MCPs (Tavily, Serper, Exa, Brave) is consolidating quickly. Brave wins on privacy posture and price floor today.
Pros
- Reliable web results with sensible defaults
- Cheap free tier, predictable paid pricing
- No Google API quota and key gymnastics
- Drops into every MCP client identically
Cons
- Search quality not always parity with Google for long-tail
- Image and video results limited
- Vertical-specific search still needs a dedicated server
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Windsurf
Codeium
Codeium's IDE-with-an-agent. Cascade flow combines deep context with autonomous multi-file work.