Brave Search MCP Server
CommunityAbout
Web search capabilities using Brave Search API. Privacy-focused search results for AI assistants.
Features
- Privacy-focused web search
- Real-time search results
- News and image search
- No tracking or profiling
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "your_brave_api_key"
}
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "your_brave_api_key"
}
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Search the web"
- "Find recent news"
- "Look up technical documentation"