searchOfficial
Brave Search MCP
90
Anthropic
Search the web using Brave Search API. Perform web searches and get results directly in your AI editor context.
79.1k35.2k/wk1.0K tokens(0.5%)Official3d ago
Network
searchwebbraveinternet
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"brave-search-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
}
}
}
}