Brave Search
Freeby MCP Community
MCP Server that uses Brave Search API to search for images, general web search, video, news and points of interest.
v2.1.0Added Apr 12, 2026
bravemcpweb-searchimage-searchnews-search
Brave Search MCP Server
MCP Server that uses Brave Search API to search for images, general web search, video, news and points of interest.
Installation
npx -y brave-search-mcp
Reviews
Installation
Quick install
npx -y brave-search-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "brave-search-mcp"]
}
}
}