What it does
This MCP server integrates the Brave Search API, exposing web search, image search, video search, news search, local business search, and place-of-interest search. It also provides AI-powered summarization of search results. The server supports both STDIO (default in v2.x) and HTTP transports. Search results can include rich metadata—ratings, hours of operation, direct links to sources—and parameters support content filtering, localization, freshness controls, and custom result ranking via Goggles.
Who it's for
Developers building AI agents that need grounded, current information for reasoning. This includes LLM applications that analyze news, research topics, or help users find local services or products.
Common use cases
- Ground Claude's responses in live web search results before generating advice
- Search for recent news articles and automatically summarize findings for AI analysis
- Retrieve images or videos matching a query for multimodal AI workflows
- Find local businesses, restaurants, or services filtered by location, rating, and hours
- Chain web search results through Brave's AI summarizer to extract key insights
Setup pitfalls
- Requires a valid Brave Search API key; some features (local business search, extra snippets) require a Pro plan
- Default transport changed to STDIO in v2.x; set
BRAVE_MCP_TRANSPORT=httpif you need HTTP instead - CI is currently failing, indicating potential build instability—test before deploying to production
- Image search response structure changed in v2.x and no longer includes base64 data; older code expecting embedded images will break