Enterprise DNA Enterprise DNA
M MCP Servers Search and Research one click

Brave Search MCP

by Brave (reference implementation)

MCP server that gives any agent privacy-respecting web search via the Brave Search API. The default research primitive.

MCP

Brave Search MCP

Added 17 May 2026

#mcp #search #brave #reference #research

Overview

Brave Search MCP wraps the Brave Search API as a Model Context Protocol server. Drop in, set a key, and any MCP-compatible agent gets clean web results with no Google API quota games. The reference implementation lives in the MCP servers monorepo and is the most-installed search server.

Best for

Best for
Any agent that needs general web search without operating its own crawler

Use cases

  • Give a Claude or Cursor agent real web search without a custom backend
  • Bootstrap a research agent that needs general web context
  • Replace 'agent invents URLs' with 'agent searches first'
  • Mix with a fetch tool for full search-and-read flows

How to use

Install

npx -y @modelcontextprotocol/server-memory

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "brave-search": {\n      "command": "npx",\n      "args": ["-y", "@modelcontextprotocol/server-brave-search"]\n    }\n  }\n}

Notes

Why it matters

Every agent eventually needs to search the web. Brave Search MCP is the default way to plug that in without standing up a custom search service.

How teams use it in production

Pair with the webpage info skill (or a browser MCP for blocked sites) for a full search-and-read loop. Cache results aggressively to keep costs flat.

What to watch

The space of search MCPs (Tavily, Serper, Exa, Brave) is consolidating quickly. Brave wins on privacy posture and price floor today.

Pros

  • Reliable web results with sensible defaults
  • Cheap free tier, predictable paid pricing
  • No Google API quota and key gymnastics
  • Drops into every MCP client identically

Cons

  • Search quality not always parity with Google for long-tail
  • Image and video results limited
  • Vertical-specific search still needs a dedicated server
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks