Skip to main content
Glama
rugvedp

Whats Trending on Social Media

by rugvedp

๐Ÿš€ 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.

Animation


๐Ÿ› ๏ธ Dependencies

Make sure the following Python packages are installed:

  • beautifulsoup4

  • youtube-comment-downloader

  • yt_dlp

  • requests

  • fastmcp


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.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    Real-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.
    28
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP 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.
    54
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Viral-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
  • A
    license
    -
    quality
    A
    maintenance
    Brings 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.
    10
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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