Used by 2 plugins
Web search capabilities for finding documentation and solutions
Add to your .mcp.json:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "${BRAVE_API_KEY}"
}
}
}
}Replace placeholder values for: BRAVE_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxBRAVE_API_KEY=${BRAVE_API_KEY}