An MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.
Status
Location
United States
Version
1.0.0
License
MIT
Author
https://brave.com/
-
{ "mcpServers": { "brave-search": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "BRAVE_API_KEY", "mcp/brave-search" ], "env": { "BRAVE_API_KEY": "YOUR_API_KEY_HERE" } } } }
What is MCP ?