Trends Agent Claude
БесплатноНе проверенConnect Claude to live trend data via MCP: Google, YouTube, TikTok, Reddit, Amazon, Wikipedia, news sentiment, App Store, Steam, npm and more. One MCP server, f
Описание
Connect Claude to live trend data via MCP: Google, YouTube, TikTok, Reddit, Amazon, Wikipedia, news sentiment, App Store, Steam, npm and more. One MCP server, free tier.
README
Connect Claude to live trend data across search, social, ecommerce, news, and developer platforms. One MCP connection, one API key, every source.
Live trend data for AI agents. One connection. Every platform. Powered by trendsmcp.ai
Get your free API key
- Go to trendsmcp.ai
- Enter your email, key sent instantly
- 100 free requests per month, no credit card
Connect Claude in 30 seconds
You can connect Trends MCP in three ways. The Connector option works on Claude.ai (web), Claude Desktop, and Claude mobile, on Pro, Max, Team, and Enterprise plans.
Option 1: Add as a Claude Connector (easiest)
Inside Claude, on web (claude.ai), Desktop, or mobile:
- Open
Settings→Connectors→Add custom connector. - Enter these two values (copy them from
trendsmcp.ai, there is also an
Add to Claude button there that opens the connector form for you):
- Name:
Trends MCP - Server URL:
https://www.trendsmcp.ai/mcp
- Name:
- Save, then sign in with your TrendsMCP account when Claude prompts you.
The connector then shows up in every new Claude conversation and you can toggle it on per chat.
Option 2: Claude Desktop (manual config file)
User → Settings → Developer → Edit Config. Add inside 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"
}
}
Config file location:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Fully quit and restart Claude Desktop after saving.
Option 3: Claude Code (CLI)
claude mcp add --transport http trends-mcp https://api.trendsmcp.ai/mcp \
--header "Authorization: Bearer YOUR_API_KEY"
Full setup walkthrough at trendsmcp.ai/docs.
What you can ask Claude
Once connected, talk to Claude in plain English. Include the phrase "using TrendsMCP" or "via TrendsMCP" so Claude routes to the MCP instead of doing a web search.
- "Using TrendsMCP, show me the Google Search trend for
nvidiaover the past 5 years." - "Via TrendsMCP, compare YouTube and TikTok trend history for
Stanley cup." - "Using TrendsMCP, what is the news sentiment for
Metaover the last 6 months?" - "Via TrendsMCP, show 12M Google Shopping growth for
running shoes." - "Using TrendsMCP, what are the top trending hashtags on TikTok today?"
- "Via TrendsMCP, show me Steam concurrent player data for
Elden Ring." - "Using TrendsMCP, what is the npm download trend for
langchainweekly?" - "Via TrendsMCP, what are the hottest Reddit posts right now?"
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 Claude 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 for Claude
- Research workflows. Ask Claude to pull a 5-year trend, summarise the shape, and write up findings in one turn.
- SEO and content briefs. Have Claude compare keyword growth across Google, YouTube, and TikTok before deciding what to publish.
- Investment notes. Use news sentiment, Reddit subscriber growth, and Wikipedia page views as alternative data signals before writing up a thesis.
- Brand and competitor tracking. Compare share of voice across platforms in a single Claude conversation.
- Live what-is-trending check. Ask Claude what is hot on Google, Reddit, TikTok, or the App Store right now.
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.
Установка Trends Agent Claude
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/trendsmcp-ai/trends-agent-claudeFAQ
Trends Agent Claude MCP бесплатный?
Да, Trends Agent Claude MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Trends Agent Claude?
Нет, Trends Agent Claude работает без API-ключей и переменных окружения.
Trends Agent Claude — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Trends Agent Claude в Claude Desktop, Claude Code или Cursor?
Открой Trends Agent Claude на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Trends Agent Claude with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
