Stay Updated
Subscribe to our newsletter for the latest news and updates about MCP servers
Subscribe to our newsletter for the latest news and updates about MCP servers
Real-Time Web Intelligence for AI Models
Brave Search MCP Server is one of the most popular Model Context Protocol implementations, with over 680 recorded uses according to Smithery.ai data. Developed as part of the official MCP reference implementations, this server enables AI models to perform web and local searches using Brave's Search API. It brings real-time internet search capabilities to AI assistants, allowing them to access up-to-date information without requiring users to switch contexts or applications.
Links:
The Brave Search MCP Server provides several specialized tools:
Get a Brave API Key:
Edit your configuration file:
%APPDATA%/Claude/config.json
~/Library/Application Support/Claude/claude_desktop_config.json
Add the following configuration:
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "your-brave-api-key-here"
}
}
}
Add similar configuration to your client's specific configuration file:
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "your-brave-api-key-here"
}
}
}
"mcpServers": {
"brave-search": {
"command": "docker",
"args": ["run", "--rm", "-i", "-e", "BRAVE_API_KEY", "mcp/brave-search"],
"env": {
"BRAVE_API_KEY": "your-brave-api-key-here"
}
}
}
Brave Search MCP Server is available under the MIT License, allowing free use, modification, and distribution while maintaining copyright and license notices.
Transform your AI's capabilities today with real-time web intelligence through the Brave Search MCP Server!