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: 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.
Latest Blog Posts
- 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