Search
Brave Search MCP
Privacy-first general-purpose keyword search. 6 tools, good for specific lookups and factual queries.
0% Pass ❌Key Required 🔑Tested 📅
0% (0/0 tasks)View on GitHubby Brave Software
README badge
[](https://mcpselect.com/servers/brave-search-mcp/)
Benchmark results
Pass Rate0% (0/0 tasks)
0%(5 tasks)
SpeedN/A
Tested OnJun 8, 2026Could not connect
| Metric | Value |
|---|---|
| Tools discovered | Could not connect |
| Scope | Cloud / Remote |
| Pricing | $5/mo credit |
| Auth requirement | Requires BRAVE_API_KEY |
| Verdict | Discovery error. Requires BRAVE_API_KEY |
Install config
Claude Desktop (macOS)
{"mcpServers": {"brave-search": {"command": "npx", "args": ["-y", "brave-search-mcp-server@latest"], "env": {"BRAVE_API_KEY": "your-key"}}}}Cursor
{"mcpServers": {"brave-search": {"command": "npx", "args": ["-y", "brave-search-mcp-server@latest"], "env": {"BRAVE_API_KEY": "your-key"}}}}VS Code
// .vscode/mcp.json
{
"servers": {
"brave-search": {
"command": "npx",
"args": ["-y", "brave-search-mcp-server@latest"],
"env": {"BRAVE_API_KEY": "your-key"}
}
}
}Pros
- +Package found in registry
Cons
- −Requires API key for full testing
- −Could not evaluate without setup
Best for
Web search, content extraction, research
Related servers in Search
Frequently asked questions
How do I install Brave Search MCP?▼
Copy the config above into your AI assistant's MCP settings file:
- Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json - Cursor: Settings → MCP → Add Server
- VS Code:
.vscode/mcp.json
Does it require an API key?▼
Yes. You need to set the BRAVE_API_KEY environment variable. We could not test this server without credentials, so our evaluation is based on documentation and community reports.
How were these results measured?▼
We run each server through a standardized test harness that:
- Installs the server via
npxin a fresh environment - Discovers available tools using the MCP SDK
- Executes real tasks (navigate, click, screenshot, etc.)
- Validates outputs with semantic assertions (not string matching)
- Measures latency percentiles and pass rate
All test scripts are open source on GitHub.