@modelcontextprotocol/server-brave-search
Anthropic's official reference MCP server for web search via the Brave Search API. Gives agents real-time web search results without sending queries to Google.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
API key via env var (not hardcoded). Brave does not log queries (privacy-by-design). HTTPS enforced for all API calls.
⚡ Reliability
Best When
You want web search in your agent without Google dependency. Brave Search API is fast, has a generous free tier (2,000 queries/month), and the MCP implementation is clean.
Avoid When
You need deep Google index coverage or Google-specific features (Knowledge Graph, Google Shopping, etc.).
Use Cases
- • Real-time web search for facts, news, and current events in agent workflows
- • Privacy-preserving search (Brave does not track queries like Google)
- • Fetching local business results and maps data via Brave local search
- • News search for recent developments agents weren't trained on
- • Image and video search when agents need multimedia results
Not For
- • Google-indexed content that Brave may not have crawled (niche sites)
- • Agents needing Google's Knowledge Graph structured data
- • High-volume search (Brave API has rate limits on free tier)
Interface
Authentication
Brave Search API key required. Set via BRAVE_API_KEY environment variable. Free tier: 2,000 queries/month. Get key at brave.com/search/api.
Pricing
MCP server is MIT licensed/free. Brave Search API has a generous free tier (2K queries/month). Paid usage at $3/1K queries.
Agent Metadata
Known Gotchas
- ⚠ Free tier is 2,000 queries/month — agents that search frequently will hit this quickly
- ⚠ Rate limit is 1 query/second on free tier — rapid successive searches get throttled
- ⚠ Brave index may lag on very recent content (hours-old news may not appear)
- ⚠ Local search (businesses, maps) returns different fields than web search — handle both schemas
- ⚠ Results don't include page content — agents often need to follow up with a fetch call
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for @modelcontextprotocol/server-brave-search.
Scores are editorial opinions as of 2026-03-06.