Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Trends Agent Cursor

FreeNot checked

Live trend data inside Cursor: Google, YouTube, TikTok, Reddit, Amazon, news sentiment, Steam, npm and more. One MCP connection, free tier.

GitHubEmbed

About

Live trend data inside Cursor: Google, YouTube, TikTok, Reddit, Amazon, news sentiment, Steam, npm and more. One MCP connection, free tier.

README

Live trend data inside Cursor. Connect once via MCP and your AI agent can pull search, social, ecommerce, news, and developer trend data in the same conversation it uses to write code.

Live trend data for AI agents. One connection. Every platform. Powered by trendsmcp.ai

Get your free API key

  1. Go to trendsmcp.ai
  2. Enter your email, key sent instantly
  3. 100 free requests per month, no credit card

Get your free key

Connect Cursor in 30 seconds

Open Cursor SettingsTools & MCPAdd a Custom MCP Server, then paste:

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

Config file location:

  • Mac / Linux: ~/.cursor/mcp.json
  • Windows: %USERPROFILE%\.cursor\mcp.json

You can also use the Add to Cursor button on trendsmcp.ai, which opens the MCP install prompt directly in Cursor.

Restart Cursor after saving the config.

What you can ask Cursor

Once connected, talk to the agent in plain English. Include the phrase "using TrendsMCP" or "via TrendsMCP" so it routes to the MCP instead of doing a web search.

  • "Using TrendsMCP, plot the npm download trend for langchain, llamaindex, and haystack over the last year, then write the chart code."
  • "Via TrendsMCP, get the GitHub Trending Repos for today and summarise the top 5 in a markdown table."
  • "Using TrendsMCP, compare Steam concurrent players for Elden Ring vs Baldur's Gate 3, then suggest a SQL schema to track this."
  • "Via TrendsMCP, fetch news sentiment for OpenAI over 90 days and dump the JSON into a fixture file."
  • "Using TrendsMCP, what are the trending hashtags on TikTok right now? Pick three and draft tweet copy."
  • "Via TrendsMCP, show me Wikipedia page views for Bitcoin weekly, then write a Python notebook to backtest a momentum signal."

Three tools your AI gets

  • get_trends, historical time series for any keyword on any source (5 years weekly, 30 days daily where supported).
  • get_growth, percentage change over any period (7D, 1M, 3M, 6M, 1Y, YTD, custom dates).
  • get_top_trends, what is trending right now across live platform feeds.

All data sources in one connection

One API key gives Cursor every keyword source and every live feed below.

Keyword sources (Get Trends and Get Growth)

source What it measures Keyword format
google search Google search volume Any keyword or phrase
google images Google image search volume Any keyword or phrase
google news Google News search volume Any keyword or phrase
google shopping Google Shopping search volume Any keyword or phrase
youtube YouTube search volume Any keyword or phrase
tiktok TikTok hashtag volume Hashtag or topic
reddit Subreddit subscribers Subreddit name only, no r/ prefix
amazon Amazon product search volume Product name or category
wikipedia Wikipedia page views Article title or topic
news volume News article mention volume Any keyword or phrase
news sentiment News sentiment score (positive / negative) Any keyword or phrase
app downloads Mobile app download estimates (Android) Package id or app identifier
npm npm package weekly downloads Exact package name e.g. react
steam Steam concurrent players (monthly) Game display name e.g. Elden Ring

All values are normalized to a 0 to 100 scale where the pipeline supports it, so you can compare different sources directly.

Live leaderboards (Get Top Trends)

Google Trends, Google News Top News, TikTok Trending Hashtags, YouTube Trending, X (Twitter) Trending, Reddit Hot Posts, Reddit World News, Wikipedia Trending, Amazon Best Sellers Top Rated, Amazon Best Sellers by Category, App Store Top Free, App Store Top Paid, Google Play, Top Websites, Spotify Top Podcasts, Steam Most Played, GitHub Trending Repos, IMDb MOVIEmeter, Trending Books.

The source list evolves over time. Authoritative reference at trendsmcp.ai/docs.

Use cases inside Cursor

  • Data engineering tasks. Pull a real time series, then ask the agent to write the loader, schema, and tests in the same chat.
  • Trend dashboards. Have Cursor fetch the data, generate the chart component, and wire it into your existing app.
  • Research notebooks. Ask the agent to fetch a series, plot it, and write the markdown explanation in your .ipynb.
  • Content automation. Pull GitHub Trending or npm growth, then have the agent draft release notes or blog posts.
  • AI coding agents. Use trend data as live context when generating product code, marketing copy, or analytics SQL.

Pricing

Free forever for 100 requests per month. Paid plans available. See trendsmcp.ai/pricing.

Resources

Security

Never commit your API key to a public repository. Use environment variables or your OS secret store. Keys can be rotated at any time from your TrendsMCP dashboard. The YOUR_API_KEY placeholder above is a literal string to replace with your own key after you copy the snippet locally.

License

MIT. See LICENSE.

from github.com/trendsmcp-ai/trends-agent-cursor

Installing Trends Agent Cursor

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/trendsmcp-ai/trends-agent-cursor

FAQ

Is Trends Agent Cursor MCP free?

Yes, Trends Agent Cursor MCP is free — one-click install via Unyly at no cost.

Does Trends Agent Cursor need an API key?

No, Trends Agent Cursor runs without API keys or environment variables.

Is Trends Agent Cursor hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Trends Agent Cursor in Claude Desktop, Claude Code or Cursor?

Open Trends Agent Cursor on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Trends Agent Cursor with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs