brave-search

Web search via Brave Search API with a generous free tier.

Overview

FieldValue
Package@brave/brave-search-mcp-server
Requires API KeyYes
Free Tier2000 queries/month
Get Keybrave.com/search/api
  • Free tier - 2000 searches/month at no cost
  • No tracking - Privacy-focused search engine
  • Global - Works everywhere, no geographic restrictions
  • Fast - Quick response times

Capabilities

  • Web search
  • News search
  • Image search
  • Local search

Installation

1. Get API Key

  1. Visit brave.com/search/api
  2. Sign up for the “Data for AI” plan
  3. Create an API key (free tier: 2000 queries/month)

2. Install via Setup

./install.sh        # Fresh install
./install.sh --add  # Add to existing

The installer will prompt for your API key.

3. Manual Configuration

Add to ~/.claude.json:

{
  "mcpServers": {
    "brave-search": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@brave/brave-search-mcp-server"],
      "env": {
        "BRAVE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Usage

Once installed, Claude can search the web:

"Search for recent news about AI regulations"
"Find tutorials on React Server Components"
"What's the current weather in Berlin?"

vs Built-in WebSearch

Aspectbrave-search MCPBuilt-in WebSearch
CostFree (2000/month)$10/1000 searches
ControlYou decide whenClaude decides
PrivacyBrave (no tracking)Anthropic

Recommendation: If you need web search, brave-search is the cost-effective choice.

Both serve the same purpose. Choose one:

brave-searchgoogle-search
Free tier2000/monthLimited
Setup1 API key2 keys (API + CSE ID)
FeaturesBasic searchResearch synthesis

For most users, brave-search is simpler to set up.