Google Trends MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Trends MCPcompare interest over time for coffee and tea in the US"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Trends MCP
Google Trends inside Claude Code. Four tools, no API key, no account.
pytrends reads the public Google Trends endpoints, so there is nothing to sign up for and
nothing to store. Google throttles heavy use, and the server retries with a backoff and tells
you when it has been throttled rather than returning a silent empty result.
Tools
Tool | What it returns |
| Relative interest for up to five terms across a window |
| Top and rising queries for a term |
| Where a term indexes highest |
| What is trending in a country right now |
Related MCP server: Google Trends MCP
Install
/plugin install google-trends-mcp@lhitchesThen pip install -r requirements.txt in the plugin directory, or point the server at a
Python that already has pytrends and mcp available.
The one thing to know before you use the numbers
The 0 to 100 index is relative within a single request. A term scoring 100 in one query and 40 in another is not "more popular" in the first: the scale is rebuilt per request against the highest point in that request. Compare terms inside one call, never across calls.
Licence
MIT. Built by Lawrence Hitches.
This server cannot be installed
Maintenance
Related MCP Connectors
Google Trends interest over time, by region, and related queries and topics, as JSON.
Google Trends trending searches, volume estimates & trend duration. Not affiliated with Google LLC.
Google Trends search interest over time with growth metrics. Free key at trendsapi.ai
Trend data from Google, TikTok, Amazon, Reddit, YouTube, Steam, npm and more as JSON
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides Google Search trend data as an MCP tool, with historical series, growth percentages, and live trending searches, no scraping or rate limits.1MIT
- AlicenseBqualityDmaintenanceEnables Claude to query Google Trends data such as keyword interest, related queries, and regional popularity, with robust proxy rotation to bypass Google's anti-bot measures.5341MIT
- AlicenseAqualityDmaintenanceProvides free Google Trends data (interest over time, term comparison, related queries, trending now, regional breakdown) to MCP-compatible AI clients without needing an API key.552MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to query Google Trends data, including search interest over time, regional breakdowns, trending searches, and keyword ideas.MIT