Google Trends MCP with proxy rotation, auto-retry on Google blocks, residential-proxy setup.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The Google Trends MCP server that actually works under Google's anti-bot. Connect Claude to live Google Trends data β keyword interest, related queries, regional popularity.
Most Google Trends MCP packages crash with Unexpected token 'l' the moment Google blocks them (which is often). Free public proxy lists don't help β we tested 64 proxies from a popular "high-quality" list and 0 worked. This one uses your own rotating proxy with auto-retry, so blocked requests transparently retry on a fresh IP.
Built by Denys Malieiev.
| What's fixed | Detail |
|---|---|
| Free public proxies don't work | We tested 64 β 0 survived. Bring your own rotating residential (Webshare/IPRoyal/Smartproxy free tier = ~46k requests on 1 GB) |
| Auto-retry on Google blocks | When Google returns HTML, we retry up to 3 times with a fresh proxy from the pool. End-to-end success rate in our tests: 5/5 |
| HTML-detection at the wrapper level | Other MCPs let JSON.parse crash with cryptic errors. We detect HTML before parsing |
| Honest about what doesn't work | get_trending_searches is intentionally not exposed β Google blocks dailyTrends/realTimeTrends aggressively without residential proxies. We don't pretend otherwise |
| Pool with fail-tracking | Proxies that fail 3 times get dropped automatically. Random rotation per request |
| Per-request rotation | Each request picks a random proxy from the pool β Google can't accumulate per-IP rate limits |
Works out-of-the-box from non-flagged IPs, but Google rate-limits datacenter ranges aggressively. For reliable use, set up a proxy (see below).
Recommended (all have free tiers / pay-per-GB):
Make sure the provider allows *.google.com in their ToS (most majors do).
Edit your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonSingle rotating endpoint (recommended β provider rotates IPs internally):
Or an explicit list (useful for Webshare-style per-port proxies):
For longer lists, put proxies in a file (one per line, # comments allowed) and point to it:
chmod 600 the file β credentials live there. Run proxy_refresh from Claude to hot-reload after editing.
Restart Claude Desktop after saving the JSON config.
| Variable | Required | Description |
|---|---|---|
PROXY_URL | recommended | Single rotating proxy endpoint. Provider handles IP rotation internally. No validation, no fallback |
PROXY_LIST | alternative | Comma-separated list of proxies (http://user:pass@host:port,...). Validated on startup, bad ones auto-dropped |
PROXY_LIST_FILE | alternative | Path to a file with one proxy per line (# comments and blank lines allowed). Validated on startup. Re-read on proxy_refresh |
PROXIES_ENABLED | no | Set to false to disable all proxy logic (direct requests). Default: enabled |
Priority: PROXY_URL > PROXY_LIST > PROXY_LIST_FILE. If none are set, requests go direct (no proxy) β works only from non-flagged IPs.
compare_keywords β search interest over time for up to 5 keywords. Returns a timeline of relative scores.get_related_queries β top + rising related queries for a keyword. Powered by Google's relatedQueries endpoint.get_interest_by_region β top 20 regions by interest in a keyword.proxy_status β show source (single / env-list / env-file / none / disabled), working count, age, freshness, validation progress.proxy_refresh β force re-validation of the current proxy source. No-op in PROXY_URL mode.get_trending_searches (daily / real-time trends) β Google blocks these endpoints aggressively. Even with residential proxies the success rate is too low to ship. We'd rather not lie about it.MAX_ATTEMPTS in trends-client.js if you need higher tolerance.google-trends-api library scrapes Google's internal endpoints, which are undocumented and can change. If the library breaks, this MCP breaks too.server.js (MCP handlers), proxy-manager.js (pool/cache), trends-client.js (retry logic with DI)trends.google.com/api/autocomplete/test, looking for the anti-XSSI prefix )]}' in the responseproxies.json (gitignored), keyed by SHA1 of input list β automatically invalidated when source changesgetAgent() on HTML response or exceptionserver.js β MCP server entrypoint (stdio transport)trends-client.js β Google Trends API wrapper with retry-on-HTMLproxy-manager.js β proxy pool, validation, cache, source prioritytests/unit/ β pure unit tests, no network (~40 tests, runs in ~2s)tests/integration/ β real Google endpoint tests (gated by RUN_INTEGRATION=1)tests/e2e/ β full MCP protocol tests via spawn (gated by RUN_E2E=1)PROXY_LIST_FILE pointing to a chmod 600 file outside the repo, or your secrets managerproxies.json cache (built from validated proxies) is gitignored and never published β re-generated on first run after installMIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/google-trends-mcp-3)<a href="https://allmcps.com/mcp/google-trends-mcp-3"><img src="https://allmcps.com/api/badge/google-trends-mcp-3?style=directory" alt="Google Trends MCP on AllMCPs" /></a>