Skip to content

google trends mcp for Zed

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

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

client:Zed transport:stdio runtime:npm

Install google trends mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

google trends mcp in other clients