MCP & Connectors
How do you connect Claude to Brave Search via MCP?
QUICK ANSWER
To connect Claude to Brave Search, retrieve a Brave Search API key from the developer portal, and configure the brave-search MCP server using that API key in your Claude configuration.
Step-by-step Connection
- Go to Brave Search API Dashboard and register for a developer account.
- Generate a new API key.
- Add the Brave Search block to your
claude_desktop_config.json:{ "mcpServers": { "brave-search": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-brave-search"], "env": { "BRAVE_API_KEY": "yourBraveApiKeyHere" } } } } - Restart Claude Desktop. Claude can now perform live web searches directly using Brave API.
Verified against: Brave Search MCP v1.0.0