Back to MCP Servers
Brave Search
Web, Image, News, Video, and Local Point of Interest search capabilities using Brave's Search API
search-data-extractionapirest
By mikechao
Installation
npx -y brave-search-mcpConfiguration
{
"mcpServers": {
"brave-search-mcp": {
"command": "npx",
"args": ["-y", "brave-search-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes