social-data-mcp
social-data-mcp
Three pay-per-result social data tools — X/Twitter profiles & tweets, YouTube videos & channels, TikTok profiles & video stats — exposed to AI agents as MCP servers and as Agent Skills. They run on Apify; nothing here needs a login, a cookie, or a platform API key, and you are charged only for rows that actually came back, at the same price on every Apify plan (free included).
Tool | Apify Actor | Price |
X (Twitter) profiles, tweets, single-tweet lookup, engagement filters, incremental runs | $0.005/account · $0.0003/tweet · $0.005/tweet lookup | |
YouTube video metadata & channel data, filters by views/duration/date | $0.015/video · $0.005/channel | |
TikTok profiles & per-video stats | $0.02/profile · $0.01/video |
Narrower single-purpose variants of the same code, for when you want exactly one thing:
x-profile-data ·
single-tweet-scraper ·
youtube-video-stats ·
tiktok-follower-count ·
tiktok-video-stats.
Use as an MCP server (hosted, no install)
Apify hosts an MCP endpoint for every Actor. Add one URL to any client that supports remote MCP servers (Claude, Cursor, VS Code, …) and authenticate with your Apify account when prompted:
https://mcp.apify.com/?tools=nick.cheng/x-twitter-profile-tweets-scraper,nick.cheng/youtube-video-channel-scraper,nick.cheng/tiktok-profile-stats-scraperOr pick one: https://mcp.apify.com/?tools=nick.cheng/tiktok-profile-stats-scraper.
The three servers are also listed in the official MCP Registry as
io.github.mrocker/x-twitter-profile-tweets, io.github.mrocker/youtube-video-channel,
io.github.mrocker/tiktok-profile-stats (see servers/).
Related MCP server: Xpoz MCP Server
Use as a local stdio server
{
"mcpServers": {
"social-data": {
"command": "npx",
"args": ["-y", "github:mrocker/social-data-mcp"],
"env": { "APIFY_TOKEN": "<your token>" }
}
}
}This is a thin wrapper that starts Apify's own @apify/actors-mcp-server pre-scoped to the three
Actors. Get a token at https://console.apify.com/account/integrations (free account is enough).
Use as Agent Skills
npx skills add mrocker/social-data-mcpInstalls three skills — x-twitter-profile-tweets, youtube-video-channel, tiktok-profile-stats
— each a short SKILL.md telling the agent when to call the tool, how (one curl), what comes
back, and what the tool cannot do.
What these tools will not do
Keyword search on X, follower lists, reply threads, YouTube transcripts, TikTok video lists per account. Each of those needs either a logged-in account or defeating a platform's proof-of-origin check, and these tools do neither. The READMEs on Apify say so up front.
License
MIT for the code in this repository. The Actors themselves are used under Apify's terms.
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
AlicenseNot gradedqualityDmaintenanceEnables AI agents to fetch and digest content from 30+ platforms (Twitter, YouTube, Reddit, etc.) via a unified API. Supports multi-format output, transcription, and direct Obsidian sync.18BSD 2-Clause "Simplified"
Xpoz MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to search Twitter, Instagram, Reddit, and TikTok using natural language queries, with CSV exports up to 500K rows and no API keys needed.10MIT- AlicenseAqualityAmaintenanceReal-time LinkedIn, X (Twitter) and Reddit data for AI agents: profiles, companies, people search, tweets, subreddits, and search. Free start: self-mint a key in one call, no signup, no card.17MIT
- AlicenseAqualityDmaintenanceProvides AI agents with unified access to 21 social media platforms and 105 endpoints for retrieving profiles, posts, comments, search results, trending content, and analytics without per-platform authentication.4128MIT
Related MCP Connectors
Real-time LinkedIn, X (Twitter) and Reddit data for AI agents. Free key, self-minted, no signup.
Twitter/X, Instagram, Reddit & TikTok data for AI agents. Billions of posts. No API keys.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
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/mrocker/social-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server