Brave Search MCP/SSE Server
@Shoofio
关于 Brave Search MCP/SSE Server
Stream Brave Search (web & local) results via a Model Context Protocol (MCP) / Server-Sent Events (SSE) interface. Acts as a centralized, observable tool provider for AI models, deployable via Docker or Helm.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"brave-search-mcp-sse": {
"command": "docker",
"args": [
"pull",
"shoofio/brave-search-mcp-sse:latest"
]
}
}
}工具
4Performs a general web search using the Brave Search API.
Streams MCP messages containing search results (title, URL, snippet, etc.).
Performs a search for local businesses and places using the Brave Search API. Falls back to web search if no local results are found.
Streams MCP messages containing local business details (name, address, phone, rating, etc.).
概览
What is Brave Search MCP/SSE Server?
An implementation of the Model Context Protocol (MCP) using Server-Sent Events (SSE) that integrates the Brave Search API, providing AI models and other clients with web and local search capabilities through a streaming interface.
How to use Brave Search MCP/SSE Server?
Pull the Docker image from Docker Hub (shoofio/brave-search-mcp-sse) or deploy via Helm chart from https://shoofio.github.io/brave-search-mcp-sse/. Alternatively, run locally after cloning, building, and configuring the BRAVE_API_KEY environment variable. Clients connect via HTTP GET to the SSE endpoint (e.g., http://localhost:8080/sse).
Key Features of Brave Search MCP/SSE Server
- Web search via Brave's independent index.
- Local search with smart fallback to web search.
- Real‑time streaming results via SSE.
- Centralized API key management.
- Robust logging and observability.
- Docker and Helm deployment support.
Use Cases of Brave Search MCP/SSE Server
- Provide AI assistants with real‑time web search results.
- Enable local business discovery for location‑aware chatbots.
- Centralize Brave Search access for multiple internal clients.
- Integrate search capabilities into MCP‑compatible IDEs (e.g., Cursor).
FAQ from Brave Search MCP/SSE Server
How does this compare to using the Brave Search API directly?
This server wraps the API into an MCP/SSE interface, enabling seamless integration with AI models and clients that support the Model Context Protocol.
What are the runtime dependencies?
Node.js v22+ (for local development), Docker (for container deployment), or kubectl/Helm (for Kubernetes). A valid Brave Search API key is always required.
Where does the search data come from and is it stored?
All search results are fetched live from the Brave Search API. The server does not store any search data locally.
What transport does the server use?
It uses Server‑Sent Events (SSE) over HTTP, adhering to the Model Context Protocol (MCP). Clients connect to the /sse endpoint.
Are there any usage limits built in?
Web search supports count (1–20, default 10) and offset (0–9). Local search supports count (1–20, default 5). Rate limiting is logged but not enforced by the server.
搜索 分类下的更多 MCP 服务器
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Brave Search
modelcontextprotocolModel Context Protocol Servers
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Baidu AI Search
baidubceappbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
评论