$ timeahead.in
/ servers/npm/@brave/brave-search-mcp-server
npm

@brave/brave-search-mcp-server

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

1k stars15k/wkupdated 1d agogithub ↗
90excellent
▣ Overview

What it does

Exposes the Brave Search API as an MCP server, providing web search, local business search, place lookup, image and video search, news retrieval, and AI-powered summarization. The server defaults to STDIO transport as of v2.x but supports HTTP as an alternative.

Who it's for

Backend engineers wiring Claude into search-augmented AI agents, QA teams building research tools that need current information, and developers integrating multi-modal search (web, images, news) into document analysis and fact-checking pipelines.

Common use cases

  • Ground LLM reasoning with recent news results on a query topic.
  • Search for local businesses and places with ratings, hours, and AI-generated descriptions (Pro plan).
  • Fetch images with metadata for document assembly and web context.
  • Generate AI summaries from web results with inline source attribution.
  • Filter searches by country, language, and freshness to narrow results.

Setup pitfalls

  • CI is currently failing; validate compatibility with your Claude version before deploying.
  • Version 2.x defaults to STDIO transport; if upgrading from v1.x on HTTP, set BRAVE_MCP_TRANSPORT=http.
  • v2.x image search no longer returns base64-encoded data; clients must fetch image URLs separately.
  • Pro features (extra_snippets, full local search) require a Brave Search Pro subscription; free tier falls back to web search.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
81
16.2
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
90.2
⚿ Capabilities & Risk Explainer
networksecrets
◆ Risk level: medium
network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "bravebrave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@brave/brave-search-mcp-server"
      ]
    }
  }
}
📈 Score historylast 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ Maintenance health
71/ 100 · is this project alive?
contributors (1y)17
top contributor share31%
releases (1y)95
last release4d ago
ci⚠ failing
⛁ Raw data
weekly downloads15k
github stars1k
forks173
open issues27
license✓ present
readme length18226 chars
last publish0d ago
last commit1d ago
last updated7h ago
install verified✓ pass · 17d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points