An 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
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"brave-search-mcp": {
"args": [
"-y",
"brave-search-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Video Search, Image Search, News Search and LLM Context Search capabilities
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'brave-search-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked brave-search-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
MCP Security Weekly
Get CVE alerts and security updates for Brave Search Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Video Search, Image Search, News Search and LLM Context Search capabilities
brave_web_search
query (string): The term to search the internet forcount (number, optional): The number of results to return (max 20, default 10)offset (number, optional, default 0): The offset for paginationfreshness (enum, optional): Filters search results by when they were discovered
brave_image_search
query (string): The term to search the internet for images ofcount (number, optional): The number of images to return (max 50, default 10)brave_news_search
query (string): The term to search the internet for news articles, trending topics, or recent eventscount (number, optional): The number of results to return (max 20, default 10)offset (number, optional, default 0): The zero-based offset for pagination (max 9)freshness (enum, optional): Filters search results by when they were discovered
brave_local_search
query (string): Local search termcount (number, optional): The number of results to return (max 20, default 5)offset (number, optional, default 0): The zero-based offset for pagination (max 9)brave_video_search
query: (string): The term to search for videoscount: (number, optional): The number of videos to return (max 20, default 10)offset (number, optional, default 0): The zero-based offset for pagination (max 9)freshness (enum, optional): Filters search results by when they were discovered
brave_llm_context_search
balanced context threshold mode in compact mode and disables Brave relevance filtering in full mode.