kapyn
MCP serversSearch & web 路 MCP server

Brave Search MCP server

Search the web via the Brave API. A reference server that adds web and local search through Brave's independent index, with no tracking.

Category
Search & web
Maintained by
Official
Protocol
Model Context Protocol
Source
modelcontextprotocol/servers-archived
View on GitHubBrowse all MCP servers

Installing Brave Search

Runs on demand via npx. Nothing to install globally.

The upstream reference server is archived. It still installs and runs, but is no longer maintained.

Claude Code
claude mcp add brave-search -- npx -y @modelcontextprotocol/server-brave-search
Claude Desktop 路 Cursor 路 VS Code 路 Windsurf
{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ],
      "env": {
        "BRAVE_API_KEY": "<your BRAVE_API_KEY>"
      }
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

Requires BRAVE_API_KEY, get this from the maintainer. Never commit them.

What it does

A reference server that adds web and local search through Brave's independent index, with no tracking.

Like any MCP server, Brave Search plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.

Related Search & web MCP servers