← Back to browse

google-trends-mcp

Indexed by io.github.den-indance

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPROXY_URL PROXY_LIST PROXY_LIST_FILE PROXIES_ENABLED
Claude Code
claude mcp add --env PROXY_URL= --env PROXY_LIST= --env PROXY_LIST_FILE= --env PROXIES_ENABLED= google-trends-mcp -- npx @den.dance/google-trends-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"google-trends-mcp","command":"npx","args":["@den.dance/google-trends-mcp"],"env":{"PROXY_URL":"","PROXY_LIST":"","PROXY_LIST_FILE":"","PROXIES_ENABLED":""}}'
JSON
{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "npx",
      "args": [
        "@den.dance/google-trends-mcp"
      ],
      "env": {
        "PROXY_URL": "",
        "PROXY_LIST": "",
        "PROXY_LIST_FILE": "",
        "PROXIES_ENABLED": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.