$ 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 stars12k/wkupdated 1d agogithub ↗
90good
▣ Overview

What it does

The server wraps the Brave Search API, exposing tools for web search, local business and place lookup, image and video search, news search, and AI-powered summarization. Requests flow through Brave's servers to retrieve current results, rich metadata, and optional AI summaries. Supports both STDIO (default) and HTTP transports. Version 2.x simplified image responses by removing base64 encoding to reduce context overhead.

Who it's for

Backend engineers and Claude application developers who need live search results, news, local business data, or media assets to augment Claude's knowledge. Useful when static training data is insufficient or freshness is critical.

Common use cases

  • Fetch current news or web context to supplement Claude's knowledge cutoff in real-time conversations.
  • Search for local businesses, hours, ratings, and AI-generated descriptions within an AI workflow.
  • Retrieve images or videos for analysis, classification, or enrichment tasks.
  • Generate AI summaries from web search results for rapid context synthesis.
  • Filter web or news results by freshness, language, country, or content safety level.

Setup pitfalls

  • Requires a Brave Search API key; set it as the BRAVE_API_KEY environment variable.
  • Version 2.x defaults to STDIO transport (not HTTP); if you need HTTP, set BRAVE_MCP_TRANSPORT=http or use the --transport http runtime argument.
  • Image response format changed in v2.x (base64 encoding removed); clients expecting embedded image data will need updating.
  • Pro plan features like detailed local search and extra snippets gracefully fall back on free tiers, but functionality varies by plan level.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
80
15.9
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
89.9
⚿ 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 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
71/ 100 · is this project alive?
contributors (1y)16
top contributor share31%
releases (1y)95
last release11d ago
ci⚠ failing
⛁ Raw data
weekly downloads12k
github stars1k
forks174
open issues31
license✓ present
readme length18226 chars
last publish0d ago
last commit1d ago
last updated1d ago
install verified✓ pass · 26d 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