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⭐
developmentFREE
GitHub MCP Server
Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.
githubgitmcp
G
GitHub4.9(426)
185k
★12.4k
Tool⭐
developmentFREE
Filesystem MCP Server
Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.
filesystemfilesmcp
A
Anthropic4.8(384)
156k
★9.8k
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