Skip to content
Gemini CLI

google researcher for Gemini CLI

io.github.zoharbabin/google-researcher

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

client:Gemini CLI transport:stdio runtime:npm

Install google researcher in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "google-researcher": {
      "command": "npx",
      "args": [
        "-y",
        "google-researcher-mcp"
      ],
      "env": {
        "GOOGLE_CUSTOM_SEARCH_API_KEY": "<GOOGLE_CUSTOM_SEARCH_API_KEY>",
        "GOOGLE_CUSTOM_SEARCH_ID": "<GOOGLE_CUSTOM_SEARCH_ID>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

google researcher in other clients