Brave Search MCP Server Configuration | Promptexify
MCP
MCP
Brave Search MCP Server Configuration
Enable real-time web search for your LLM using the Brave Search API via MCP.
379 characters
Enable real-time web search for your LLM. Brave Search allows the model to browse the internet, find up-to-date information, and retrieve local business data.
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": ""
}
}
}
}