PluginBench
MCP Server
Maintained
MIT

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

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

What is the io.github.den-indance/google-trends-mcp MCP server?

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

How to install io.github.den-indance/google-trends-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PROXY_URL
    secret

    Single rotating proxy endpoint (e.g. http://user:pass@gate.smartproxy.com:7000). Provider handles IP rotation.

  • PROXY_LIST
    secret

    Comma-separated proxy list (http://user:pass@host:port,...). Validated on startup, bad ones auto-dropped.

  • PROXY_LIST_FILE

    Path to a file with one proxy URL per line (# comments allowed). Validated on startup, re-read on proxy_refresh.

  • PROXIES_ENABLED

    Set to false to disable proxy logic and use direct requests. Default: enabled.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@den.dance/google-trends-mcp"
      ],
      "env": {
        "PROXY_URL": "<YOUR_PROXY_URL>",
        "PROXY_LIST": "<YOUR_PROXY_LIST>",
        "PROXY_LIST_FILE": "<YOUR_PROXY_LIST_FILE>",
        "PROXIES_ENABLED": "<YOUR_PROXIES_ENABLED>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@den.dance/google-trends-mcp"
      ],
      "env": {
        "PROXY_URL": "<YOUR_PROXY_URL>",
        "PROXY_LIST": "<YOUR_PROXY_LIST>",
        "PROXY_LIST_FILE": "<YOUR_PROXY_LIST_FILE>",
        "PROXIES_ENABLED": "<YOUR_PROXIES_ENABLED>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@den.dance/google-trends-mcp"
      ],
      "env": {
        "PROXY_URL": "<YOUR_PROXY_URL>",
        "PROXY_LIST": "<YOUR_PROXY_LIST>",
        "PROXY_LIST_FILE": "<YOUR_PROXY_LIST_FILE>",
        "PROXIES_ENABLED": "<YOUR_PROXIES_ENABLED>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "google-trends-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@den.dance/google-trends-mcp"
      ],
      "env": {
        "PROXY_URL": "<YOUR_PROXY_URL>",
        "PROXY_LIST": "<YOUR_PROXY_LIST>",
        "PROXY_LIST_FILE": "<YOUR_PROXY_LIST_FILE>",
        "PROXIES_ENABLED": "<YOUR_PROXIES_ENABLED>"
      }
    }
  }
}
Claude Code
claude mcp add google-trends-mcp --env PROXY_URL=<YOUR_PROXY_URL> --env PROXY_LIST=<YOUR_PROXY_LIST> --env PROXY_LIST_FILE=<YOUR_PROXY_LIST_FILE> --env PROXIES_ENABLED=<YOUR_PROXIES_ENABLED> -- npx -y @den.dance/google-trends-mcp

Related MCP servers

Shopify MCP server with real analytics (ShopifyQL), auto-refresh auth, and Shopify API 2026-04.

1
JavaScript
MIT
View repository →

Network topology editor — Claude builds diagrams via MCP. nmap/CSV import, one-click SSH.

0
JavaScript
MIT
View repository →