Google Trends MCP Server
Provides tools to access Google Trends data, including comparing search interest, getting trending searches, related queries and topics, and regional interest.
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 MCP ServerCompare search interest for Python, JavaScript, and Rust over the past 12 months"
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 Server
An MCP (Model Context Protocol) server that gives AI assistants access to Google Trends data. Compare keywords, discover trending searches, explore related topics, and analyze regional interest — all through natural language.
Tools
Tool | Description |
| Compare search interest for up to 5 keywords over time |
| Get today's real-time trending searches by country |
| Find related search queries (top + rising) for a keyword |
| Discover related topics and thematic connections |
| See where a keyword is most popular geographically |
Related MCP server: google-search-trends-mcp
Setup
Prerequisites
Python 3.10+
Install
git clone https://github.com/cryptoken/GoogleTrendsMCP.git
cd GoogleTrendsMCP
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txtConfigure with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"google-trends": {
"command": "python",
"args": ["path/to/GoogleTrendsMCP/server.py"]
}
}
}Example Prompts
"Compare search interest for Python, JavaScript, and Rust over the past year"
"What's trending in the US right now?"
"What are people searching for related to 'machine learning'?"
"Where in the world is 'soccer' most popular?"
Rate Limits
Google Trends has unofficial rate limits. If you get 429 errors, wait 60 seconds before retrying.
License
GoogleTrendsMCP
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables AI assistants to query YouTube search trends, including rising topics, growth metrics, and historical search demand, using natural language.Last updated1MIT
- Alicense-qualityCmaintenanceProvides Google Search trend data as an MCP tool, with historical series, growth percentages, and live trending searches, no scraping or rate limits.Last updated1MIT
- Flicense-qualityDmaintenanceProvides access to Google Trends data via SerpAPI for analyzing regional search interest patterns, comparing services across locations, and discovering related queries to support data-driven advertising and service decisions.Last updated
- Alicense-qualityCmaintenanceEnables AI assistants to query GitHub trending projects, analyze language and technology trends, and generate visual trend reports.Last updatedMIT
Related MCP Connectors
Spot keyword demand rising or fading across search and social. Free key at trendsapi.ai
Trend data from Google, TikTok, Amazon, Reddit, YouTube, Steam, npm and more as JSON
Find rising topics before they peak across search and social. Free key at trendsapi.ai
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cryptoken/GoogleTrendsMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server