Privacy-first web and local search via Brave Search API
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.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: BRAVE_API_KEY
Sign up freeAdd this to your MCP configuration file:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "<your-api-key>"
}
}
}
}Once installed, try these example prompts and explore these capabilities:
Be the first to review this server!
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.