Skip to content
Gemini CLI

google trends mcp for Gemini CLI

io.github.den-indance/google-trends-mcp

Google Trends MCP with proxy rotation, auto-retry on Google blocks, residential-proxy setup.

client:Gemini CLI transport:stdio runtime:npm

Install google trends mcp 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-trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@den.dance/google-trends-mcp"
      ],
      "env": {
        "PROXY_URL": "<PROXY_URL>",
        "PROXY_LIST": "<PROXY_LIST>",
        "PROXY_LIST_FILE": "<PROXY_LIST_FILE>",
        "PROXIES_ENABLED": "<PROXIES_ENABLED>"
      }
    }
  }
}

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

google trends mcp in other clients