Skip to content
MCP Server Community By @modelcontextprotocol

Brave Search

Web and local search using Brave's Search API. Has been replaced by the [official server](https://github.com/brave/brave-search-mcp-server).

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: Brave Search Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-brave-search

Detailed Documentation

Web and local search using Brave’s Search API. Has been replaced by the official server.

Configuration

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