Skip to content
Gemini CLI

google search for Gemini CLI

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels

client:Gemini CLI transport:stdio runtime:pypi

Install google search in Gemini CLI

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

{
  "mcpServers": {
    "google-search": {
      "command": "uvx",
      "args": [
        "mcparmory-google-search"
      ]
    }
  }
}

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

google search in other clients