Brave Search MCP Server
search By Brave Software
Description
Integrate Brave Search to allow agents to search the web, fetch search results, and crawl web pages.
Install & Run Command
npx -y @modelcontextprotocol/server-brave-search
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
}
}
}
} Server Details
Stars & Popularity ⭐️ 1.2k
Author Brave Software
Category search
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry