CustomAgent.app
Tool
search
✓ Verified
Free

Brave Search MCP

Privacy-respecting web search for AI agents using the Brave Search API.

4.6(167 reviews)
72,300 installs
by Anthropic

About

Adds web search to your AI agent via the Brave Search API. Independent index, no tracking, generous free tier. Returns title, URL, and snippet for each result.

Tags

searchwebbravemcp

MCP Configuration Example

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

Related Tools

Tool
development
FREE

GitHub MCP Server

Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.

githubgitmcp
G
GitHub
4.9(426)
185k
12.4k
Tool
development
FREE

Filesystem MCP Server

Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.

filesystemfilesmcp
A
Anthropic
4.8(384)
156k
9.8k
Tool
data
FREE

PostgreSQL MCP Server

Read-only MCP server for PostgreSQL — let your AI agent inspect schemas and run safe SELECT queries.

postgresdatabasesql
A
Anthropic
4.7(198)
89k
5.2k
Install
# Add to ~/.claude/settings.json:
{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-brave-search"],
      "env": {
        "BRAVE_API_KEY": "your-key"
      }
    }
  }
}
A

Anthropic

@modelcontextprotocol

View on GitHub