MCP Marketplace logo
MCP
All servers
Anthropic

Brave Search

official

Web and local search powered by Brave's Search API.

by Anthropic51kMITupdated 1mo agoadded 1y ago

Search the web with Brave. Returns titles, URLs, and snippets. Requires a Brave Search API key.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "brave_search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ],
      "env": {
        "BRAVE_API_KEY": "your-key"
      }
    }
  }
}

Related servers