Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Google Research Mcp

    Power your AI agents with Google Search–enhanced research via an open-source MCP server. Includes tools for Google Search, YouTube/web scraping, LLM-driven synthesis, persistent caching, and dual transport (STDIO + HTTP SSE) for efficient, flexible integration.

    6 stars
    TypeScript
    Updated Sep 25, 2025

    Table of Contents

    • Migrate in one line
    • Before / after (MCP client config)
    • Why the Rewrite?
    • Links

    Table of Contents

    • Migrate in one line
    • Before / after (MCP client config)
    • Why the Rewrite?
    • Links

    Documentation

    google-researcher-mcp — DEPRECATED

    **⚠️ This project has been superseded by [web-researcher-mcp](https://github.com/zoharbabin/web-researcher-mcp).**

    A complete rewrite in Go: same tools, but it cites real sources and stays honest — citation verification, retraction flagging, eight search providers behind one interface, and a single signed static binary. No Node.js, no npm.

    ---

    Migrate in one line

    Your API keys and tool calls don't change — only how the server is launched. Pick whichever you prefer (no Node required):

    bash
    # macOS / Linux — installs the binary and registers it with Claude Code automatically:
    curl -fsSL https://raw.githubusercontent.com/zoharbabin/web-researcher-mcp/main/install.sh | sh
    
    # Windows (PowerShell):
    powershell -ExecutionPolicy Bypass -c "irm https://raw.githubusercontent.com/zoharbabin/web-researcher-mcp/main/install.ps1 | iex"
    
    # Python users (uv) — run with no install:
    uvx web-researcher-mcp

    Before / after (MCP client config)

    The config keeps the same shape — swap the command/args, keep your env:

    jsonc
    // BEFORE — google-researcher-mcp (npx / Node)
    {
      "mcpServers": {
        "google-researcher": {
          "command": "npx",
          "args": ["-y", "google-researcher-mcp"],
          "env": { "GOOGLE_CUSTOM_SEARCH_API_KEY": "…", "GOOGLE_CUSTOM_SEARCH_ID": "…" }
        }
      }
    }
    
    // AFTER — web-researcher-mcp (installed binary; or use "uvx" + args ["web-researcher-mcp"])
    {
      "mcpServers": {
        "web-researcher": {
          "command": "web-researcher-mcp",
          "env": { "GOOGLE_CUSTOM_SEARCH_API_KEY": "…", "GOOGLE_CUSTOM_SEARCH_ID": "…" }
        }
      }
    }

    Don't run both at once — they register identical tool names. Remove the google-researcher entry before adding web-researcher.

    **→ Full migration guide**

    Your existing GOOGLE_CUSTOM_SEARCH_API_KEY and GOOGLE_CUSTOM_SEARCH_ID work unchanged.

    ---

    Why the Rewrite?

    Open IssueResolution in web-researcher-mcp
    #108 — Orphan detection fails via npxGo binary has native process lifecycle (EOF/SIGPIPE) — no npm wrapper
    #107 — Google discontinuing 'entire web' searchEight providers (Brave, Serper, SearXNG, SearchAPI, Tavily, Exa, DuckDuckGo + Google PSE for lenses) with automatic fallback
    #55 — Support alternative search enginesMultiple engines behind one interface, plus a zero-config DuckDuckGo default
    #72 — Add Redis cachingHybrid cache: memory + AES-encrypted disk + optional Redis
    #40 — Split server.ts into modulesFully modular Go architecture (one package per concern)

    Plus what's new: verify_citation and audit_bibliography (catch fabricated/retracted citations), academic / patent / SEC-filing / US-case-law / economic / clinical-trial search, and authority-weighted search lenses.

    ---

    Links

    • New project: https://github.com/zoharbabin/web-researcher-mcp
    • Install (all methods): README → Get started
    • Docker: docker pull zoharbabin/web-researcher-mcp:latest
    • Releases: https://github.com/zoharbabin/web-researcher-mcp/releases

    Similar MCP

    Based on tags & features

    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Server Aws Sso

      TypeScript·
      6
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k