mcpbeat Sign in

Google Trends MCP Server

local only

Google Trends MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 22 May 2026.

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

Installs per day peak 10 · avg 6 · +42% w/w
a month agotoday
34
Installs / week
npm · @den.dance/google-trends-mcp
1
Stars
0 open issues
22 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Google Trends MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-trends-mcp -- npx -y @den.dance/google-trends-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "args": [
        "-y",
        "@den.dance/google-trends-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-trends-mcp]
command = "npx"
args = ["-y", "@den.dance/google-trends-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "args": [
        "-y",
        "@den.dance/google-trends-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-trends-mcp": {
      "args": [
        "-y",
        "@den.dance/google-trends-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PROXY_URL (Single rotating proxy endpoint (e.g. http://user:[email protected]:7000). Provider handles IP rotation.), PROXY_LIST (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Google Trends MCP

same job, measured the same way
Verified Googledocs MCP
by michaelrobertsutton

MCP server for Google Docs with verified writes — every mutation returns before/after proof.

73 installs/wk local only
Google Trends
by pipeworx-io

MCP server for google-trends

37 tools answering
MCP Ap2
by codespar

MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)

23 installs/wk local only
NotebookLM MCP
by roomi-fields

Automate Google NotebookLM — Q&A with citations, audio, video, content generation

806 installs/wk local only
Vayapin
by vayapin

VayaPin MCP: pin resolution + Google Maps geocoding/places + AfterShip tracking, with BYOK.

53 installs/wk local only
Google Health MCP
by partymola

MCP server for the Google Health API, with a local SQLite cache and trend analysis.

1 343 installs/wk local only
AdsAgent — Google Ads MCP
by adsagent

Hosted Google Ads MCP with OAuth, bounded reads, and prepare/confirm writes.

answering
Google Trends API
by trendsapi

Google Trends search interest over time with growth metrics. Free key at trendsapi.ai

4 tools answering

Google Trends MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Trends MCP?
Google Trends MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @den.dance/google-trends-mcp was installed 34 times last week.
How do I connect Google Trends MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @den.dance/google-trends-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Google Trends MCP?
The npm package @den.dance/google-trends-mcp was installed 34 times in the last week. Week over week that is +42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Trends MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.