brave/brave-search-mcp-server
Web search capabilities using Brave's Search API
Quick Start
Clone the repository:
git clone https://github.com/brave/brave-search-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"brave-search-mcp-server": {
"command": "npx",
"args": [
"-y",
"brave/brave-search-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.