mcpbeat Sign in

Google Researcher MCP Server

local only

Google Researcher runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 10 Jun 2026.

MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs / week
npm · google-researcher-mcp
35
Stars
0 open issues
10 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/cache/persistenceManager.ts:98
    return path.join(this.namespacesPath, safeNamespace);
Dumps the whole environment src/test-helpers.ts:85
  Object.assign(process.env, TEST_ENV_VARS, extra);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-researcher -- npx -y google-researcher-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-researcher": {
      "args": [
        "-y",
        "google-researcher-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-researcher]
command = "npx"
args = ["-y", "google-researcher-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-researcher": {
      "args": [
        "-y",
        "google-researcher-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-researcher": {
      "args": [
        "-y",
        "google-researcher-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_CUSTOM_SEARCH_API_KEY (Google Custom Search API key), GOOGLE_CUSTOM_SEARCH_ID (Google Programmable Search Engine ID). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Google Researcher

same job, measured the same way
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
MCP Gemini
by crunchtools

MCP server for Google Gemini AI - text, image, video, research, and more

63 installs/wk local only
Google Maps MCP Server
by cablate

18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.

3 246 installs/wk local only
SourceWeave Web Search
by mrnaqa

Fully local MCP server and CLI for web research

122 installs/wk local only
G
Developer Tools
by workspace-developer

Provides tools for searching Google Workspace documentation and much more.

2 tools answering
Gemini
by houtini-ai

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

482 installs/wk local only
Serpapi Hotels
by pulsemcp

MCP server for searching Google Hotels via SerpAPI — hotel search, pricing, ratings, and reviews.

57 installs/wk local only
Firecrawl MCP Server
by firecrawl

MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.

30 339 installs/wk local only

Google Researcher — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Researcher?
Google Researcher runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package google-researcher-mcp.
Is Google Researcher still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Google Researcher?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls google-researcher-mcp straight from npm; nothing to host, nothing to sign up for.
Is Google Researcher open source?
Yes — it is published under the MIT licence, written in TypeScript and 35 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.