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-server
The 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.
## Capabilities
- Web, local, image, video, and news search
- Privacy-respecting results via the Brave Search API
- Configurable result counts and filtering
## Usage
```json
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server"],
"env": { "BRAVE_API_KEY": "<YOUR_API_KEY>" }
}
}
}
```