Does anyone know how to get the Brave MCP server working?
Using NPX from the docs on github return 404
{
“mcpServers”: {
“brave-search”: {
“command”: “npx”,
“args”: [“-y”, “@brave/brave-search-mcp-server”],
“env”: {
“BRAVE_API_KEY”: “YOUR_API_KEY_HERE”
}
}
}
}
