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",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "your-brave-api-key-here"
}
}
}
}