Brave Search MCP Server

Give your AI agent real-time web search via the Brave Search API

By Anthropic (official) ★ 3.9K stars official search web

The Brave Search MCP Server integrates Brave's privacy-respecting search engine into any MCP-compatible AI agent. Agents can search the web for current information, news, and technical documentation without the rate limits that hamper other search tools.

Installation & Configuration

Add this block to your claude_desktop_config.json (or your agent framework's MCP config file):

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

Config file location:

Available Tools (2)

Use Cases

Source & Documentation

GitHub Repository: https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search

Protocol: Model Context Protocol (MCP) — modelcontextprotocol.io

← Back to MCP Server Directory