MCP server

Brave Search
MCPWeb search without training the ad graph.
Official Brave Search MCP. Queries go to Brave. Keys stay in env.
latest·MIT·Updated this quarter·github.com/modelcontextprotocol/servers·Transport: stdio
Claude CodeCursorDesktop
Scanned
claude_desktop_config.json
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "…"
}
}
}
}By Brave
Spec
What the server actually exposes.
brave_web_search
readSearch the web via Brave.
brave_local_search
readLocal / maps-flavored results.
Guardrails
- Key in env
- Read-only
- No scrape of the result pages
mcp-brave-search.mcp/tools
Tools
- read
brave_web_search
Search the web via Brave.
- read
brave_local_search
Local / maps-flavored results.
Last call
{ "ok": true,
"tool": "brave_web_search",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
