Web and local search using Brave's Search API
An MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.
query
(string): Search termscount
(number, optional): Results per page (max 20)offset
(number, optional): Pagination offset (max 9)query
(string): Local search termscount
(number, optional): Number of results (max 20)Add this to your claude_desktop_config.json
:
{ "mcpServers": { "brave-search": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "BRAVE_API_KEY", "mcp/brave-search" ], "env": { "BRAVE_API_KEY": "YOUR_API_KEY_HERE" } } } }
{ "mcpServers": { "brave-search": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-brave-search" ], "env": { "BRAVE_API_KEY": "YOUR_API_KEY_HERE" } } } }
Docker build:
docker build -t mcp/brave-search:latest -f src/brave-search/Dockerfile .
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Search Engine made for AIs by Exa
RAG Search over your content powered by Inkeep
Search the web using Kagi's search API
Interact & query with Meilisearch (Full-text & semantic search API)
Production-ready RAG out of the box to search and retrieve data from your own documents.
An MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.
One API for Search, Crawling, and Sitemaps
Search engine for AI agents (search + extract) powered by Tavily
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
RAG MCP for your Agentset data.