Web and local search capabilities using the Brave Search API
BRAVE_API_KEYnpx @getmcp/cli add brave-searchConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": ""
}
}
}
}