Back to MCP ServersOfficial documentation
@brave/brave-search-mcp-server
OFFICIALBrave's official MCP server for its Search API. Web, news, image, video, and local search with privacy focus and a free tier.
Category: Search · Works with: Claude Code, Grok Build, Claude Desktop, Cursor, Codex CLI
What it does
Enables agents to run real-time web searches instead of relying on the model's training cutoff. Replaces the archived @modelcontextprotocol/server-brave-search.
Install
npx -y @brave/brave-search-mcp-server
Setup Instructions
claude Code
claude mcp add brave-search --env BRAVE_API_KEY=YOUR_KEY -- npx -y @brave/brave-search-mcp-server
claude Desktop
Get a free API key at brave.com/search/api, then:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server"],
"env": { "BRAVE_API_KEY": "BSA..." }
}
}
}Compatible Agents
Claude CodeGrok BuildClaude DesktopCursorCodex CLI
Related MCP Servers
@modelcontextprotocol/server-filesystem
Reference filesystem access for agents. Read, write, list, move, and search files within explicitly allowed directories.
GitHub MCP Server
GitHub's official MCP server. Manage issues, PRs, branches, workflows, and code scanning — or just let the agent read your repos.
mcp-server-git
Reference Git server. Status, diff, log, branch, commit, and search — structured Git operations for repos the agent works in.