RadarSearch & web
Brave Search
Search & web · MCP Server
About Brave Search
A reference server that adds web and local search through Brave's independent index, with no tracking.
Search the web via the Brave API.
CategorySearch & web
TypeMCP Server
SourceOfficial
WebsiteInstalling Brave Search
Runs on demand via npx. Nothing to install globally.
The upstream reference server is archived. It still installs and runs, but is no longer maintained.
Claude Code
claude mcp add brave-search -- npx -y @modelcontextprotocol/server-brave-search
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "<your BRAVE_API_KEY>"
}
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Requires BRAVE_API_KEY, get this from the maintainer. Never commit them.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.