Brave Search MCP Server
Web and local search powered by the Brave Search API.
claude_desktop_config.json
{
"mcpServers": {
"server-brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "your-api-key-here"
}
}
}
} Environment Variables
| Variable | Required | Description |
|---|---|---|
BRAVE_API_KEY | ✓ Required | Your Brave Search API key. |
Setup Instructions
- Ensure Node.js 18+ is installed on your system.
-
Copy the config block above into your
claude_desktop_config.jsonfile (typically at~/.config/claude/claude_desktop_config.jsonon macOS/Linux or%APPDATA%\Claude\claude_desktop_config.jsonon Windows). - Set the
BRAVE_API_KEYenvironment variable: Your Brave Search API key. - Restart your AI client to apply the config.