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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceReal-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
- Alicense-qualityCmaintenanceMCP 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.54MIT
- Alicense-qualityBmaintenanceViral-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
- Alicense-qualityAmaintenanceBrings social media analytics and content intelligence into any MCP-compatible AI agent, enabling analysis of your own videos, competitor research, and creator discovery via a hosted OAuth-authenticated server.10MIT
Related MCP Connectors
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
Free public MCP for AI agents โ 193 tools, 44 workflows. No API key.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rugvedp/Trends-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server