mirror of
https://github.com/alibaba/higress.git
synced 2026-03-07 18:10:54 +08:00
Brave Search MCP Server
An MCP server implementation that integrates the Brave Search API, providing web and local search capabilities.
Features
- Web Search: Supports general queries, news, articles, with pagination and time control
- Local Search: Find businesses, restaurants, and services with detailed information
Source code: https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search
Usage Guide
Get API-KEY
- Register for a Brave Search API account Visit official website
- Choose a plan (free plan includes 2000 queries per month)
- Generate API key through developer console Go to console
Generate SSE URL
On the MCP Server interface, log in and enter the API-KEY to generate the URL.
Configure MCP Client
On the user's MCP Client interface, add the generated SSE URL to the MCP Server list.
"mcpServers": {
"bravesearch": {
"url": "https://mcp.higress.ai/mcp-bravesearch/{generate_key}",
}
}