MCP Server

All data sources

Every platform available via Trends MCP. One connection gives your AI access to all of them.

Get your free API key

100 free requests/day. No credit card required.

Add to your AI in 30 seconds

An API key is required to connect. Get your free key above, then copy the pre-filled config for your client.

"trends-mcp": {
  "url": "https://api.trendsmcp.ai/mcp",
  "transport": "http",
  "headers": { "Authorization": "Bearer YOUR_API_KEY" }
}

+ Add to Cursor
Or paste into Mac / Linux — ~/.cursor/mcp.json
Windows — %USERPROFILE%\.cursor\mcp.json

↑ Get your free key above first — the config won't work without it.

claude.ai (Pro / Max / Team) — no JSON needed

https://api.trendsmcp.ai/mcp

Settings → Connectors → Add custom connector → paste URL above

Claude Desktop — add inside mcpServers

"trends-mcp": {
  "url": "https://api.trendsmcp.ai/mcp",
  "transport": "http",
  "headers": { "Authorization": "Bearer YOUR_API_KEY" }
}

Mac — ~/Library/Application Support/Claude/claude_desktop_config.json
Windows — %APPDATA%\Claude\claude_desktop_config.json

Fully quit and restart Claude Desktop after saving.

Add inside mcpServers

"trends-mcp": {
  "url": "https://api.trendsmcp.ai/mcp",
  "transport": "http",
  "headers": { "Authorization": "Bearer YOUR_API_KEY" }
}

Mac / Linux — ~/.codeium/windsurf/mcp_config.json
Windows — %USERPROFILE%\.codeium\windsurf\mcp_config.json
Or: Command Palette → Windsurf: Configure MCP Servers

Add inside servers — VS Code uses different key names

"trends-mcp": {
  "type": "http",
  "url": "https://api.trendsmcp.ai/mcp",
  "headers": { "Authorization": "Bearer YOUR_API_KEY" }
}

Paste into .vscode/mcp.json, or:
Command Palette (⇧⌘P / Ctrl+Shift+P) → MCP: Add Server

32 pages across 6 categories

Click any source to see full documentation, example queries, and FAQs.

Social & Video

YouTube trend data for AI assistants
Find out what people are searching for on YouTube. Rising topics, growing video keywords, and historical search demand - all queryable by your AI in plain language.
YouTube search volume data for AI agents
Structured YouTube keyword search volume delivered to your AI. Identify which topics are gaining traction on the world's largest video platform - with growth rates, time series, and cross-platform comparison built in.
TikTok trend data for AI assistants
Spot TikTok trends before they go mainstream. Track hashtag volume growth, viral spikes, and platform-specific demand signals - all accessible from your AI in plain language.
TikTok hashtag volume data for AI agents
Structured TikTok hashtag data your AI can analyze, rank, and act on. Track which hashtags are growing, which are peaking, and which are fading - with normalized volume and growth rates per period.
Reddit discussion trend data for AI
Measure how much Reddit is talking about any topic. Community discussion volume, growing subreddit interest, and historical activity data - all queryable from your AI without hitting Reddit API limits.
Reddit discussion volume data for AI agents
Structured Reddit discussion data your AI can use to gauge community interest at scale. Find out which topics are gaining Reddit momentum, and whether that momentum is accelerating or cooling.
Twitter / X trend signals for AI assistants
Track what is breaking on X / Twitter in real time. Social conversation volume, viral topic signals, and historical activity data - without the X API cost.
X (formerly Twitter) trend data for AI agents
Social conversation volume for any topic on X. Whether you are tracking a brand, a news story, or an emerging technology, X trend signals give your AI a pulse on real-time public discourse.
LinkedIn topic trend data for AI assistants
Measure professional and B2B interest in any topic. LinkedIn trend signals reveal what business audiences are actively discussing and searching - useful for B2B content strategy, hiring signals, and industry momentum tracking.
Facebook and social media trends for AI assistants
Facebook does not offer a public trends API, but the signals are in the data. Trends MCP triangulates social trend momentum using News sentiment and volume, Reddit discussion trends, and cross-platform search signals -- giving your AI a proxy for Facebook-level social interest without requiring Facebook API access.
Spotify and podcast trends for AI assistants
Music and podcasts are leading cultural indicators -- what is trending on Spotify often predicts what will trend everywhere else. Trends MCP gives your AI access to Spotify trend signals alongside YouTube audio content search volume and News coverage of artists, genres, and podcast topics.

Common questions

12+ active sources including Google Search, Google Shopping, Google Images, Google News, YouTube, TikTok, Reddit, Amazon, Wikipedia, News Sentiment, News Volume, Web Traffic (SimilarWeb), App Downloads (AppBrain/Google Play), Steam, and npm.
Yes, for growth queries. Use source='all' in get_growth to get aggregated, volume-weighted growth across every available platform in a single call. For raw time series (get_trends), specify one source at a time.
Yes. Every source returns values on a 0-100 scale regardless of the platform, so you can compare Google Search interest against TikTok hashtag volume on an equal footing.
Paste the JSON config snippet into your MCP client settings. It works with Claude, Cursor, Windsurf, GitHub Copilot, Raycast, ChatGPT, and VS Code. No individual API keys required.