Brave Search MCP Server
Brave's official MCP server for web, news, image, video, local and place search plus summaries.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Adding an independent web search index to an MCP client.
You don't have a Brave Search API key; every tool calls that API.
About Brave Search MCP Server
Brave's official MCP server integrates the Brave Search API, with tools for web, local business, place, image, video and news search, an LLM context tool and AI summarization. It runs over stdio by default, with an HTTP transport available. Version 2 stopped returning base64 image data from image search to save context.
Brave Search MCP Server is an open-source project written primarily in TypeScript, with 1.5k stars on GitHub. It was last updated in September 2026.
Add Brave Search MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand. Replace <your-api-key> with your own value first.
Claude Code
claude mcp add brave-search-mcp -e 'BRAVE_API_KEY=<your-api-key>' -- npx -y @brave/brave-search-mcp-serverCursor
{
"mcpServers": {
"brave-search-mcp": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server"],
"env": {
"BRAVE_API_KEY": "<your-api-key>"
}
}
}
}VS Code
{
"servers": {
"brave-search-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server"],
"env": {
"BRAVE_API_KEY": "<your-api-key>"
}
}
}
}Claude Desktop
{
"mcpServers": {
"brave-search-mcp": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server"],
"env": {
"BRAVE_API_KEY": "<your-api-key>"
}
}
}
}Codex
[mcp_servers.brave-search-mcp]
command = "npx"
args = ["-y", "@brave/brave-search-mcp-server"]
env = { BRAVE_API_KEY = "<your-api-key>" }Brave Search MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Brave Search MCP Serverthis listing | 1.5k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Brave Search MCP Server alternatives, compared →
