Search
Brave Search
Official Brave Search MCP server providing web, local, image, video, and news search through the Brave Search API.
Install
npx -y @brave/brave-search-mcp-serverOfficial Brave Search MCP server providing web, local, image, video, and news search through the Brave Search API.
npx -y @brave/brave-search-mcp-serverThe Brave Search MCP server is the official server maintained by Brave. It gives LLMs access to the Brave Search API for privacy-respecting web search and related result types. An API key from Brave Search is required.
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server"],
"env": { "BRAVE_API_KEY": "<YOUR_API_KEY>" }
}
}
}