Brave Search
Give Claude real-time web search via the Brave Search API. The fastest way to add up-to-date knowledge without paying for Perplexity.
Delv Safety Grade: A+
Score 93/100 · assessed 2026-04-22
Brave Search is an official Anthropic MCP server providing read-only web search through Brave's API. The permissions model is exemplary: network outbound to Brave's endpoints only, environment variable read for the API key, and no filesystem or shell access. Distribution via npm with the @modelcontextprotocol namespace provides supply chain integrity. The codebase is open source in Anthropic's official servers repository with clear documentation. The single external dependency is the Brave API itself, which requires a key you control. No known security incidents. The narrow scope (search queries in, JSON results out) limits attack surface significantly. This is a textbook example of a well-scoped integration: one API, read-only operations, official maintenance, and transparent implementation.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREEReturns arbitrary web snippets (untrusted) and uses the Brave API (outbound). No private data access, so attackers need a second server in the stack to complete the chain.
Green flags
- Official Anthropic server with active maintenance
- Read-only search API with no write or execution capabilities
- Distributed via npm under official @modelcontextprotocol namespace
- Open source with clear documentation and examples
- No filesystem, shell, or desktop access requested
Red flags
- Requires third-party API key (Brave) creating external dependency
- Network calls to Brave expose query content to their service
- API key in environment could leak if host misconfigured
Permissions requested
Install
npx -y @modelcontextprotocol/server-brave-search
{
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": { "BRAVE_API_KEY": "your_key" }
}
}BRAVE_API_KEYReview
If you use Claude for anything involving current information, install this immediately. It's free, fast, and maintained by Anthropic. Skip it only if you never ask Claude about the real world or already have a search solution you prefer.
Good at
- Anthropic-maintained, so it tracks MCP spec changes and won't be abandoned.
- Free tier (2,000 queries/month) covers typical developer use without hitting limits.
- Fast enough that you don't notice the external API call in normal workflows.
- Excellent for fact-checking Claude's answers on dates, versions, and current events.
- Works across all major MCP hosts, not just Claude Desktop.
Watch out
- Returns search snippets, not full page content, so deep analysis needs a separate fetch tool.
- Free tier can run out if you're doing heavy research weeks, though paid tiers are cheap.
- Brave's index is smaller than Google's, so very niche queries occasionally come up short.
- Requires an API key and external account setup, unlike some zero-config MCPs.
Use cases
- Up-to-date research
- Fact-checking model answers
- Finding current pricing/versions
- News discovery from Claude Desktop
Getting started
Works with
Similar MCPs
- DuckDuckGo MCPWeb search through DuckDuckGo with built-in rate limiting, SafeSearch, and content fetching, no API key required.
- Kagi SearchPrivacy-focused search via Kagi. Great if your team already pays for Kagi and wants Claude to use the same backend.
- DelvSearch the Delv AI tools, MCP, and Skills directory directly from inside your agent. Ask 'what's a good MCP for databases?' in Claude Desktop and get editorial picks, not a random link dump.
- Exa SearchExa neural search for Claude. Particularly good for "find pages similar to X" and research-grade discovery.