§ MCP Server · Search

Official

Brave Search.

by Anthropic

Privacy-respecting web search for agents.

Runs in Claude · Cursor · ChatGPT · Windsurf — any MCP-compatible client

Install

npx -y @modelcontextprotocol/server-brave-search

Transports

stdio (local)

Tools exposed

2

§ Add to your AI client

Drop this into your client's MCP config — claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor — then restart the app. Replace placeholder paths and credentials with your own.

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

§ About

Web search MCP server backed by the Brave Search API. The default web-search tool for many agent stacks because it doesn't require deep Google integration and has a generous free tier for development.

§ Features

  • Web search with snippet results
  • Local search for places
  • Result ranking and freshness controls
  • Free tier for development

§ Use cases

Research agents grounded on the live webFact-checking agentsUp-to-date Q&A bots

§ Related MCP servers

Open standardSubmit a server →