Brave Search
Free官方参考实现,使用 Brave 的搜索 API 进行网页和本地搜索。
About Brave Search
The Brave Search MCP Server is an official reference implementation that integrates the Brave Search API, providing both web and local search capabilities through the Model Context Protocol (MCP). It supports web searches for general queries, news, and articles with pagination and freshness controls, as well as local searches for businesses, restaurants, and services with detailed information. Features flexible filtering for result types, safety levels, and content freshness, plus smart fallbacks that automatically switch to web search when no local results are found. The server offers two tools: brave_web_search (with query, count, and offset inputs) and brave_local_search (with query and count inputs). It requires a Brave Search API key and is available via Docker or NPX, with easy integration into Claude Desktop and VS Code. The repository is archived but remains functional.
Key Features
Pros & Cons
- Free tier available with 2,000 queries per month
- Provides both web and local search in a single MCP server
- Smart fallback improves reliability for local queries
- Supports Docker and NPX for flexible deployment
- Designed for seamless integration with MCP-compatible AI clients
- Requires a Brave Search API key (must sign up separately)
- Free tier has limited quota (2,000 queries per month)
- Repository is archived (read-only) and no longer actively maintained