Brave Search MCP Server
Real-time web search integration for Claude Desktop and Cursor agents with zero privacy tracking.
⚡ 1-Line CLI Test Command
npx -y @modelcontextprotocol/server-brave-search
⚙️ Claude Desktop Config (claude_desktop_config.json)
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
}
}
}
}
🛠️ Exposed Tools
brave_web_search, brave_local_search