MCP Directory
Back

Google-Research-MCP

by mixelpixx · Rust · ★ 246

MCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites

Install

cargo install --git https://github.com/mixelpixx/Google-Research-MCP.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "google-research-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:mixelpixx/Google-Research-MCP"
      ]
    }
  }
}

From the README

A standalone Windows MCP server that gives Claude Google search and web research capabilities, powered by [SerpAPI](https://serpapi.com). It ships as a single self-contained — no Node.js, no npm install, no external runtime. | Tool | Description | |------|-------------| | | Search Google and get quality-scored results with authority ratings | | | Extract clean readable content from any URL | | | Extract up to 5 URLs concurrently | | | Multi-source research that returns a structured synthesis prompt | The binary also bundles six research **skills** and one research **agent** that Claude…
Read full README on GitHub →

Related search servers