Trends MCP
Provides Amazon search trend data and best seller rankings for keyword demand validation and e-commerce analysis.
Delivers App Store download trends, ranking data, and free/paid app charts for mobile app market analysis.
Provides GitHub trending repositories data for discovering popular open-source projects.
Provides live trend data and search volume indexes from Google Search, including weekly historical data and growth comparisons across multiple timeframes.
Offers Google News trend data and news volume analysis for tracking media coverage.
Provides Google Play app ranking and download trend data.
Delivers IMDb trending content data for film and television popularity analysis.
Provides npm package download trend data for analyzing growth and popularity of JavaScript packages.
Offers Reddit trending topics and keyword search data, including hot posts and world news feeds.
Provides Spotify podcast trend data and popularity metrics.
Offers Steam most-played games data and gaming trend information.
Provides TikTok trending hashtags and search trend data, including growth metrics for keywords across the platform.
Delivers Wikipedia page view trends and search volume data for tracking public interest in topics.
Delivers trending video data and keyword search volume from YouTube, enabling analysis of content momentum and popularity.
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., "@Trends MCPWhat's trending on YouTube right now?"
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.
Trends MCP
Live trend data for your AI. 25+ platforms. One connection.
Google Search · YouTube · TikTok · Reddit · Amazon · Wikipedia · X · News sentiment · App Store · npm · Steam · GitHub · Spotify · and more
Get a free API key → · Docs · Data Sources · Use Cases
Why this exists
Your AI has a training cutoff. The world doesn't.
You: "Using TrendsMCP, compare 6-month growth for 'GLP-1' across Google, TikTok and Amazon."
Claude: GLP-1 momentum, last 6 months:
Google Search +84% (accelerating)
TikTok +212% (breakout)
Amazon +61% (steady)One MCP endpoint replaces per-platform API keys, brittle scrapers (looking at you, pytrends), and $500/mo dashboard tools. Everything comes back as normalized 0–100 JSON your AI can reason over directly — ~5 years of weekly history per keyword.
Problem | Trends MCP solution |
AI has a training cutoff — it doesn't know what's trending today | Live data from 25+ sources, queried at request time |
Separate keys and APIs for TikTok, Reddit, YouTube, Amazon… | One MCP endpoint, one key, consistent schema |
pytrends scrapes Google and breaks constantly | Managed pipeline with retries, no scraping |
Trend data comes back as charts you read manually | Structured JSON your AI reasons over directly |
Expensive enterprise dashboards just for trend signals | Free tier, no dashboard, no per-seat pricing |
Related MCP server: Socialcrawl
Quickstart (30 seconds)
1. Grab a free API key at trendsmcp.ai — 100 requests/mo, no credit card.
2. One-click install:
Add to Claude · Add to Cursor · Smithery
Or paste the config:
{
"mcpServers": {
"trends-mcp": {
"url": "https://api.trendsmcp.ai/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}{
"mcpServers": {
"trends-mcp": {
"type": "streamableHttp",
"url": "https://api.trendsmcp.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" },
"disabled": false
}
}
}{
"servers": {
"trends-mcp": {
"type": "http",
"url": "https://api.trendsmcp.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}{
"mcpServers": {
"trends-mcp": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://api.trendsmcp.ai/mcp",
"--header", "Authorization:${AUTH_HEADER}"
],
"env": { "AUTH_HEADER": "Bearer YOUR_API_KEY" }
}
}
}https://www.trendsmcp.ai/mcp3. Ask your AI:
Using TrendsMCP, what's trending on Google right now?The three tools
Tool | What it does | Example |
| ~5 years of weekly history for a keyword, normalized 0–100 |
|
| % change over 7D–5Y, multi-source in one call |
|
| Live leaderboards — no keyword needed |
|
Keyword sources (get_trends / get_growth): google search, google images, google news, google shopping, youtube, tiktok, reddit, amazon, wikipedia, news volume, news sentiment, app downloads, app rankings, npm, steam
Live feeds (get_top_trends): Google Trends, Google News, TikTok Hashtags, YouTube, X (Twitter), Reddit Hot / World News, Wikipedia, Amazon Best Sellers, App Store Free/Paid, Google Play, Top Websites, Spotify Podcasts, Steam Most Played, GitHub Trending Repos, IMDb, Open Library → full reference
Prompts that work
Is consumer interest in 'creatine gummies' growing or dying? Check Google, TikTok and Amazon.Which npm packages in the MCP ecosystem are growing fastest right now?Show news sentiment for 'Meta' over the past 6 months — is coverage turning positive?Pull 5-year Google trend data for 'protein soda' and tell me if this is a fad or a durable shift.What's on GitHub Trending today, and which repos relate to AI agents?More recipes in examples/ — market research, SEO, e-commerce demand validation, investor signal scans, content calendars.
REST API (same key)
import requests
r = requests.post(
"https://api.trendsmcp.ai/api",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={"mode": "get_growth", "source": "google search",
"keyword": "bitcoin", "percent_growth": ["3M", "12M"]},
)
print(r.json())Full API reference: trendsmcp.ai/docs · Errors are JSON with error + message; hitting your monthly cap returns 429 rate_limited — no surprise overages.
vs. the alternatives
Trends MCP | pytrends | Platform APIs | Exploding Topics / Glimpse | |
Live data in your AI via MCP | ✅ | ❌ | ❌ | ❌ |
Sources per key | 25+ | 1 (scraped) | 1 each | dashboard only |
Breaks when Google changes HTML | No | Constantly | — | — |
Cross-platform normalized index | ✅ 0–100 | ❌ | ❌ | partial |
Historical depth | ~5y weekly | varies | varies | paid tiers |
Free tier | 100 req/mo | free until blocked | varies | trial |
Setup time | 30 sec | pip + pray | days of OAuth | n/a |
FAQ
Claude · Cursor · VS Code · Windsurf · Copilot · Cline · ChatGPT · Raycast · OpenAI
Google Trends · YouTube · TikTok · Reddit · Amazon · Wikipedia · News sentiment · Web traffic · App downloads · Steam · npm · X/Twitter · GitHub · Spotify · Google Shopping · Google News · Google Images
Market research · Investment research · Competitor tracking · Brand monitoring · SEO keyword research · Content strategy · Social listening · E-commerce product research · Viral trend detection · pytrends alternative · Exploding Topics alternative · Glimpse alternative · Semrush alternative · SimilarWeb alternative
Ecosystem
TrendWatch — free trend-monitoring bot that runs in your own GitHub repo. Slack/Discord/Telegram/email alerts when a keyword spikes. No server needed.
Single-source MCP servers: google-search-trends-mcp · tiktok-trends-mcp · reddit-trends-mcp · news-sentiment-mcp · steam-trends-mcp · more →
If Trends MCP saves you from writing another scraper, give it a ⭐ — it genuinely helps.
MIT © Trends MCP
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-qualityCmaintenanceReal-time trend data from Google Trends (Search, Images, News, Shopping), YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam, Spotify, X (Twitter), App Store, Google Play, web traffic, and news sentiment via one MCP connection. Works with Claude, Cursor, VS Code, Windsurf, ChatGPT, and any MCP-compatible AI.28MIT

Socialcrawlofficial
AlicenseAqualityDmaintenanceAccess 21+ real-time social media data from a single API5787MIT- Alicense-qualityFmaintenanceProvides AI agents with real-time social trends, cross-platform sentiment, viral content velocity, and brand mentions from Reddit, Hacker News, and Google Trends.MIT
- Alicense-qualityDmaintenanceReal-time X/Twitter social intelligence for AI agents and developers, powered by Grok's live search capabilities.333MIT
Related MCP Connectors
Twitter/X, Instagram, Reddit & TikTok data for AI agents. Billions of posts. No API keys.
Cross-platform social trend signals from TikTok, YouTube, Reddit and X. Free key at trendsapi.ai
Trend data from Google, TikTok, Amazon, Reddit, YouTube, Steam, npm and more as JSON
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/trendsmcp-ai/Trends-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server