mcpbeat Sign in

Brave Search MCP Server

local only

Brave Search MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 13 040 installs a week from npm. Last commit 17 Sep 2026.

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.

Installs per day peak 5 572 · avg 2 146 · +190% w/w
a month agotoday
13 040
Installs / week
npm · @brave/brave-search-mcp-server
1448
Stars
21 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Brave Search MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add brave-search-mcp-server -- npx -y @brave/brave-search-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brave-search-mcp-server": {
      "args": [
        "-y",
        "@brave/brave-search-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brave-search-mcp-server]
command = "npx"
args = ["-y", "@brave/brave-search-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "brave-search-mcp-server": {
      "args": [
        "-y",
        "@brave/brave-search-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brave-search-mcp-server": {
      "args": [
        "-y",
        "@brave/brave-search-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BRAVE_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Brave Search MCP Server

same job, measured the same way
MCP Gemini
by crunchtools

MCP server for Google Gemini AI - text, image, video, research, and more

63 installs/wk local only
Yandex Search
by johnisanerd

Yandex search results, images, and SERP data via the Apify Yandex Search Scraper, hosted MCP.

answering
iFlow Search
by zhengyanglsun

MCP server for iFlow Search web search, image search, and URL fetch tools.

34 installs/wk local only
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
SSearch
by ssearch

Independent web search index for AI agents. Fast structured results via MCP and API.

4 tools answering
SourceWeave Web Search
by mrnaqa

Fully local MCP server and CLI for web research

122 installs/wk local only
Google Custom Search MCP
by a1-x-tech

MCP server for Google Custom Search: web and image search via a Programmable Search Engine.

38 installs/wk local only
Media Gen MCP
by strato-space

MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.

33 installs/wk local only

Brave Search MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Brave Search MCP Server?
Brave Search MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @brave/brave-search-mcp-server was installed 13 040 times last week.
How do I connect Brave Search MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @brave/brave-search-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Brave Search MCP Server?
The npm package @brave/brave-search-mcp-server was installed 13 040 times in the last week. Week over week that is +190%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Brave Search MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 448 stars on GitHub and 21 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.