Brave Search (Docker) MCP Server
CommunityContributed by Brave
Search the web using the Brave Search API via Docker container. Supports web search, news search, and local POI search with privacy-focused results.
About the Brave Search (Docker) MCP Server
The Brave Search (Docker) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Search the web using the Brave Search API via Docker container. Supports web search, news search, and local POI search with privacy-focused results. This is a community-contributed MCP server by Brave.
Install the Brave Search (Docker) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BRAVE_API_KEY",
"mcp/brave-search"
],
"env": {
"BRAVE_API_KEY": "${input:BRAVE_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "BRAVE_API_KEY",
"label": "Brave Search API Key",
"description": "API key for the Brave Search API. Free tier available with 2,000 queries/month.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "BSAxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"obtain": {
"url": "https://brave.com/search/api/",
"instructions": "1. Go to brave.com/search/api\n2. Sign up or log in\n3. Subscribe to a plan (free tier available with 2,000 queries/month)\n4. Copy your API key from the dashboard",
"button_label": "Get API Key"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Brave Search (Docker) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Brave Search (npx)
Search the web using the Brave Search API via npx. Supports web search, news search, and local POI search with privacy-focused results.
Firecrawl (npx)
Scrape, crawl, search, and extract structured data from websites. Converts web pages to clean markdown with JavaScript rendering support.
Perplexity (npx)
AI-powered search using Perplexity models. Provides web search, deep research, and reasoning capabilities with real-time web context.
Exa Search (Remote)
AI-powered web search that understands meaning, not just keywords. Hosted remote MCP server, no local setup required.
Exa Search (npx)
AI-powered web search that understands meaning, not just keywords. Find similar pages, search by content type, and get clean text from any URL via npx.
Tavily (npx)
AI-optimized search, web content extraction, site mapping, and crawling through the official Tavily MCP server. Purpose-built for LLM research workflows.
Install Brave Search (Docker) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.