Brave Search MCP

Private search with Brave Search API for unbiased web searches

By ModelContextProtocolMIT
View Repositoryclaude mcp add brave-search --scope user --env BRAVE_API_KEY=YOUR_KEY -- npx -y @modelcontextprotocol/server-brave-search

Features

Private search
No tracking
Unbiased results
API-based search

Use Cases

Private web searchesResearch without trackingAPI-based information gatheringPrivacy-focused searches

Installation

NPM Package
claude mcp add brave-search --scope user --env BRAVE_API_KEY=YOUR_KEY -- npx -y @modelcontextprotocol/server-brave-search
⚠️ Environment Required
BRAVE_API_KEY=YOUR_KEY

Supported Models

Claude 3.5 SonnetClaude 3 HaikuGPT-4

Configuration Example

{
  "mcpServers": {
    "brave-search": {
      "command": "add",
      "env": {
        // Add your environment variables here
      }
    }
  }
}