Google-Research-MCP

mixelpixx/Google-Research-MCP
★ 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"
      ]
    }
  }
}