New One-click connector for Claude

Let your AI see what's trending.

One MCP server and API for live trend data across 35+ platforms.

LIVE11,700,193API calls served
Loved by developers
No credit cardInstant delivery100 free requests/mo

Use it in any agent or AI

Claude API Cursor ChatGPT Windsurf VS Code Copilot LangChain Raycast

See TrendsMCP in action

Watch Claude turn a question into a trend analysis.

Recorded in Claude using TrendsMCP.

Add to your AI

MCP

Connect with your TrendsMCP account. No API key to copy.

  1. Add the connector below. The name and URL are prefilled.
  2. Sign in to TrendsMCP and approve access.
  3. Start a chat with TrendsMCP enabled and ask a trend question.
Set up manually

In Claude, open Settings → Connectors and add a custom connector named TrendsMCP. Enter this URL, then connect and sign in.

https://www.trendsmcp.ai/mcp
Full setup guide →
Test your connection

Once connected, paste this into your AI and check that it uses TrendsMCP to fetch results.

Using TrendsMCP, what is trending on Google right now?

API key setup / other AI clients
{"mcpServers": {"trends-mcp": {"url": "https://api.trendsmcp.ai/mcp","headers": {"Authorization": "YOUR_API_KEY"}}}}
Use the API

API

import requestsresponse = requests.post("https://api.trendsmcp.ai/api",headers={"Authorization": "YOUR_API_KEY"},json={"mode": "","source": ,"keyword": "artificial intelligence","window": []})print(response.json())
Need help connecting?

Copy this prompt into your AI assistant for guided setup and five trend questions to try.

agent-prompt.txt

Click to copy

Explore the data sources

Trend scores on a 0–100 index for consistent cross-platform comparison.

What your AI can do

Explore a trend, compare its momentum, or find your next idea. Just ask your AI.

See the bigger picture

Explore how interest in a topic changes over time, from seasonal peaks to lasting shifts.

“How has interest in electric vehicles changed over time?”

Compare momentum

See how fast a topic is growing or slowing down across platforms and time periods.

“Is matcha growing faster on Google, TikTok, or Amazon?”

Find your next idea

Discover what people are searching, watching, and discussing. No starting keyword needed.

“What is trending on Google right now?”
View tool details and code examples

get_trends

Historical time series with normalized scores and absolute volume where available.

get_trends(
  keyword='electric vehicles',
  source='google search',
  data_mode='weekly'
)

get_growth

Percentage change across sources, with preset periods or custom comparison windows.

get_growth(
  keyword='electric vehicles',
  source='google search, tiktok, youtube',
  percent_growth=['3M', '1Y']
)

get_top_trends

Ranked trending feeds. Choose a platform and the number of results to return.

get_top_trends(
  type='Google Trends',
  limit=20
)
Full MCP documentation →

Common questions

Trends MCP is an MCP server and API for AI assistants and agents. It delivers live trend data across search, social, commerce, news, and developer platforms. One key works for MCP (Claude, Cursor, ChatGPT) or direct API calls. No scrapers or per-platform keys needed.
Claude (Anthropic), Cursor, Windsurf, GitHub Copilot, Raycast, ChatGPT, and VS Code all support MCP connections. Paste the config snippet and your AI can query trend data immediately.
Yes. Where the pipeline supports it, values are normalized to a 0-100 index so you can compare search interest against social, commerce, and other signals in the same query.
No. Trends MCP handles upstream data access. Your AI connects to a single MCP endpoint and gets access to all 40+ sources at once.
Free forever for 100 requests per month, no credit card required. Paid plans start at $19/month for 1,000 requests (Starter), $49/month for 5,000 (Pro), and $199/month for 25,000 (Business). Annual billing saves 20%. See /pricing for full details.
Five years of weekly historical data for any keyword on any supported source. Values are normalized to a 0-100 scale so every source is directly comparable within the same response.
Requests pause with a monthly_limit_reached message until the counter resets on the 1st or you upgrade. No surprise overage charges. Free and paid plans both pause at their cap.
Yes. One API endpoint handles every query with a Bearer token. The same key works for MCP and the API, with the same data and rate limits. See /docs for the full reference.