Skip to content
Cursor

google trends mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install google trends mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "google-trends-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

google trends mcp in other clients