Real-time trend data from Google Trends (Search, Images, News, Shopping), YouTube, TikTok, Reddit, Amazon, Wikipedia, X (Twitter), LinkedIn, Spotify, GitHub, Steam, npm, App Store, news sentiment and web traffic via one MCP connection. Free API key, no credit card required.
Overview
Trends MCP
Give your AI live trend data from 20+ sources via one MCP connection.
Data sources
- Google Trends (Search, Images, News, Shopping)
- YouTube: video search volume trends
- TikTok: hashtag and viral trend data
- Reddit: community discussion volume
- Amazon: product search demand
- Wikipedia: page view trends
- X (Twitter): real-time social signals
- LinkedIn: professional topic trends
- Spotify: music and podcast trends
- GitHub: trending repositories
- Steam: concurrent player data
- npm: package download trends
- App Store / Google Play: app download and ranking trends
- News sentiment: positive/negative volume analysis
- Web traffic: site visit trends
Tools
| Tool | What it does |
|---|---|
get_trends | Time-series for any keyword on any source |
get_growth | Growth % over 1M, 3M, 1Y periods |
get_top_trends | What is trending right now |
get_ranked_trends | Top trends ranked by volume |
Free to start
100 requests/day free. No credit card. Get your key at trendsmcp.ai.
Works with
Claude, Cursor, VS Code, GitHub Copilot, Windsurf, ChatGPT, Cline, Raycast, and any MCP-compatible AI.
Server Config
{
"mcpServers": {
"trends-mcp": {
"url": "https://api.trendsmcp.ai/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}