stdio searchweb

Brave Search MCP Server

Web and local search powered by the Brave Search API.

claude_desktop_config.json

{
  "mcpServers": {
    "server-brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ],
      "env": {
        "BRAVE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Environment Variables

Variable Required Description
BRAVE_API_KEY ✓ Required Your Brave Search API key.

Setup Instructions

  1. Ensure Node.js 18+ is installed on your system.
  2. Copy the config block above into your claude_desktop_config.json file (typically at ~/.config/claude/claude_desktop_config.json on macOS/Linux or %APPDATA%\Claude\claude_desktop_config.json on Windows).
  3. Set the BRAVE_API_KEY environment variable: Your Brave Search API key.
  4. Restart your AI client to apply the config.

Related Servers