Best for
- AI agents that need Brave Search API data
- Workflows requiring web, news, or multimedia search
- Applications needing structured place and local-business information
This is an official Brave-maintained search MCP Server covering web, news, image, video, local, place, LLM-context, and summarization tools. It requires a Brave Search API key and defaults to STDIO; HTTP deployments require careful handling because the endpoint is unauthenticated.
Brave Search MCP Server integrates the Brave Search API with MCP, offering web, local business, place, image, video, and news search, plus AI-oriented web context and summarization. STDIO is the default transport, and HTTP is also supported.
Create a Brave Search API account and generate an API key. For npm installation, add the example configuration to Claude Desktop or VS Code and set BRAVE_API_KEY. The server defaults to STDIO; to use HTTP, set BRAVE_MCP_TRANSPORT=http or pass --transport http.
{"mcpServers":{"brave-search":{"command":"npx","args":["-y","@brave/brave-search-mcp-server","--transport","stdio"],"env":{"BRAVE_API_KEY":"YOUR_API_KEY_HERE"}}}}