★ 237 stars
TypeScript
🔍 Search
Updated 1d ago
MCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-research-mcp": {
"command": "npx",
"args": [
"-y",
"mixelpixx/Google-Research-MCP"
]
}
}
}
Run in terminal:
claude mcp add google-research-mcp npx -y mixelpixx/Google-Research-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-research-mcp": {
"command": "npx",
"args": [
"-y",
"mixelpixx/Google-Research-MCP"
]
}
}
}