Web and local search using Brave Search API
The Brave Search MCP Server gives your AI assistant the ability to search the web using the Brave Search API. It supports both web search and local search (finding nearby businesses and places). Privacy-respecting alternative to Google search.
Is it safe?
No known CVEs for @modelcontextprotocol/server-brave-search.
No authentication — any process on your machine can connect to this server.
MIT. View license →
Last scanned 0 days ago.
Is it maintained?
Last commit 5 days ago. 82,845 GitHub stars. 29,853 weekly downloads.
Will it work with my client?
Transport: stdio. Works with claude-desktop, cursor, claude-code, windsurf. Requires an API key.
How much context will it use?
2 tools. Estimated ~100 tokens of your context window (0.0% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache, missing or expired API key. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"brave-search": {
"env": {
"BRAVE_API_KEY": "your-api-key"
},
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"command": "npx"
}
}
}BRAVE_API_KEYBrave Search API Key1. Go to brave.com/search/api 2. Click "Get Started" 3. Create an account or sign in 4. Choose the Free plan (2,000 queries/month) 5. Copy your API key from the dashboardOpen Brave Search API Key page
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y @modelcontextprotocol/server-brave-search 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
brave_web_searchSearch the web using Brave Search
brave_local_searchSearch for local businesses and places
Last scanned 1h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.