Brave Search MCP is Anthropic’s reference server for the Brave Search API. Two tools — web search and local search — backed by Brave’s independent web index, which is privacy-respecting and built without Google’s ad-bid ranking distortions.

What it produces: brave_web_search returns titles, URLs, descriptions, with optional freshness filter. brave_local_search returns physical-location results (restaurants, services) with addresses, ratings, hours.

Best for: generic web research from inside an agent. “Find recent posts about X,” “what’s the consensus on Y framework,” “look up the address of Z business.” Local search is the under-used differentiator — handy for any “find me services near…” workflow.

Skip if: you need semantic / “find similar” search (Exa Search wins). Skip if you’ve already adopted the partner-source Brave Search skill — same backend, slightly newer surface, redundant with this one.

Setup gotchas: Brave API key (free tier 2,000/month is plenty for casual use; bump to $5/month “Pro” for 20K). Set BRAVE_API_KEY. Server is in servers-archived — works fine, but the partner-source Brave Search skill is the one Brave actively maintains.

Real-world workflow: I ran this for a quarter before switching to the maintained partner version. Same pattern: every search query the agent fires, when it isn’t covered by a specialty MCP (Context7 for libs, Fetch MCP for known URLs).

Compatible alternatives: Brave Search (partner source, actively maintained — this is the better pick for new installs). Exa Search for semantic, Firecrawl MCP for deep crawl.

Use the partner-source version for new installs. This one is for legacy compatibility.