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.
We read the source, 17 h ago · rules 3dff92dd89df
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.
return path.join(this.namespacesPath, safeNamespace);
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.
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.
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.
claude mcp add google-researcher -- npx -y google-researcher-mcp
{
"mcpServers": {
"google-researcher": {
"args": [
"-y",
"google-researcher-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.google-researcher]
command = "npx"
args = ["-y", "google-researcher-mcp"]
{
"mcpServers": {
"google-researcher": {
"args": [
"-y",
"google-researcher-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Google search results via SERP API
MCP server for Google Gemini AI - text, image, video, research, and more
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
Fully local MCP server and CLI for web research
Provides tools for searching Google Workspace documentation and much more.
Model Context Protocol server for Google Gemini AI with chat, research, and grounding
MCP server for searching Google Hotels via SerpAPI — hotel search, pricing, ratings, and reviews.
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
Answers built from our own checks of this server.