Brave Search
OfficialFeatured
🔍 Search & Research
Web and local search using Brave Search API
Tags
Tools (2)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@brave/brave-search-mcp-server@2.0.85"
],
"env": {
"BRAVE_API_KEY": "your-brave-api-key-here"
}
}
}
}