Whats Trending on Social Media
Scrapes weekly Instagram Reels trends from Later.com, providing information about popular content
Uses RapidAPI to access TikTok trend data through the 'tiktok-best-experience' API
Retrieves trending TikTok videos via RapidAPI and summarizes their content
Fetches trending YouTube videos globally or by region, retrieves video metadata, and extracts comments from videos
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Whats Trending on Social Mediashow me trending TikTok videos from this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ Whats Trending On Social Media
This MCP fetches trending data from platforms like YouTube, TikTok, and Instagram Reels using various scraping and API techniques. It's designed to run under FastMCP and exposes tools that can be consumed via a local CLI or server.

๐ ๏ธ Dependencies
Make sure the following Python packages are installed:
beautifulsoup4youtube-comment-downloaderyt_dlprequestsfastmcp
Related MCP server: trend-pulse
๐ Available Tools
๐น get_comments_yt()
Fetches YouTube comments for a given video ID.
๐น get_yt_trending_global()
Fetches globally trending YouTube videos (default region: US).
๐น get_yt_trending_by_region()
Fetches region-specific YouTube trending videos.
๐น get_yt_video_info()
Returns detailed metadata about a YouTube video.
๐น tiktok_trending_global()
Fetches trending TikTok videos via the RapidAPI and summarizes them.
๐น get_this_weeks_reels_trends()
Scrapes weekly Instagram Reels trends from Later.com.
๐ File Structure
This module can be executed via CLI or server mode using FastMCP:
fastmcp run server.py๐ External Resources
YouTube Trending Feed: https://www.youtube.com/feed/trending
Instagram Reels Trends Source: https://later.com/blog/instagram-reels-trends/
TikTok RapidAPI: https://rapidapi.com/ponds4552/api/tiktok-best-experience
๐ MCP Config File
{
"mcpServers": {
"Whats Trending On Social Media": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"fastmcp",
"--with",
"youtube-comment-downloader",
"--with",
"yt_dlp",
"--with",
"beautifulsoup4",
"--with",
"requests",
"mcp",
"run",
"server.py"
],
"env":{
"tiktok": "<tiktok token goes here>"
}
}
}
}
๐งช Run Locally To run the server locally:
fastmcp run server.py๐ Notes
YouTube comment extraction uses unofficial scraping and may break with YouTube changes.
TikTok API requires a valid RapidAPI key.
Instagram scraping is done by parsing Later.com's blog โ may vary if structure changes.
๐งโ๐ป Author
Trends-MCP by Rugved Patil.
This server cannot be deployed
Maintenance
Related MCP Connectors
The AI influencer MCP for Claude: research trends and write reel scripts, render in the app.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
- MysocialOAuthio.mysocial
Social media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.
Build, run, schedule, and publish AI video pipelines to YouTube and TikTok from any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceReal-time trend data from Google Trends (Search, Images, News, Shopping), YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam, Spotify, X (Twitter), App Store, Google Play, web traffic, and news sentiment via one MCP connection. Works with Claude, Cursor, VS Code, Windsurf, ChatGPT, and any MCP-compatible AI.28MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for trend-pulse, an agentic trend intelligence platform that fetches and analyzes trending topics from 37 sources, provides search, historical data, and lifecycle prediction via 29 tools.186 PyPI60MIT
- AlicenseNot gradedqualityBmaintenanceViral-content intelligence for AI agents โ 7 read-only MCP tools for TikTok/YouTube hook scoring, virality prediction, trend analysis, and viral template search, with evidence-layer scoring.MIT

Trends MCPofficial
AlicenseNot gradedqualityCmaintenanceProvides hosted trend data MCP server for querying Google, TikTok, Amazon, Reddit, YouTube, Steam, npm and 30+ trend sources in natural language from any MCP-compatible AI.MIT