★ 110 stars
TypeScript
🔍 Search
Updated 1mo ago
An MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"brave-search-mcp": {
"command": "npx",
"args": [
"-y",
"mikechao/brave-search-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add brave-search-mcp npx -y mikechao/brave-search-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"brave-search-mcp": {
"command": "npx",
"args": [
"-y",
"mikechao/brave-search-mcp"
]
}
}
}
📋 Copy
Topics
brave-search image-search mcp mcp-apps model-context-protocol news-search openai-apps-sdk video-search web-search