A hosted gateway that connects Claude to X/Twitter and Reddit without requiring API keys or dealing with rate limits. Exposes twelve read-only tools: search tweets, pull threads, fetch user timelines, search Reddit posts, grab full comment trees, and pull subreddit metadata. Useful when you need live social data for sentiment analysis, trend research, or grounding responses in current discussions without maintaining scraping infrastructure or paying for enterprise API access. Runs over streamable HTTP, free during beta, with token-optimized responses that strip unnecessary JSON bloat. Good fit for research agents, monitoring workflows, or anything that needs to check what people are actually saying right now.
Public tool metadata for what this MCP can expose to an agent.
reddit-get-postsGet posts from a subreddit.5 paramsGet posts from a subreddit.
sortstringcountnumbersubredditstringtext_onlybooleantime_filterstringreddit-get-postGet detailed content of a specific Reddit post with comments.4 paramsGet detailed content of a specific Reddit post with comments.
post_idstringsubredditstringtext_onlybooleancomment_limitnumberreddit-get-subreddit-infoGet information about a subreddit.1 paramsGet information about a subreddit.
subredditstringreddit-get-user-commentsGet comments submitted by a specific Reddit user.4 paramsGet comments submitted by a specific Reddit user.
sortstringcountnumberusernamestringtime_filterstringreddit-get-user-infoGet information about a Reddit user.1 paramsGet information about a Reddit user.
usernamestringreddit-get-user-postsGet posts submitted by a specific Reddit user.5 paramsGet posts submitted by a specific Reddit user.
sortstringcountnumberusernamestringtext_onlybooleantime_filterstringreddit-searchSearch Reddit for posts matching a query.6 paramsSearch Reddit for posts matching a query.
sortstringcountnumberquerystringsubredditstringtext_onlybooleantime_filterstringtwitter-newsGet trending news from X/Twitter.2 paramsGet trending news from X/Twitter.
countnumbercategorystringtwitter-readRead a single tweet by URL or ID.2 paramsRead a single tweet by URL or ID.
tweetstringtext_onlybooleantwitter-searchSearch X/Twitter for tweets matching a query. Returns token-optimized results with engagement metrics.4 paramsSearch X/Twitter for tweets matching a query. Returns token-optimized results with engagement metrics.
countnumberquerystringcursorstringtext_onlybooleantwitter-threadRead an entire tweet thread/conversation.3 paramsRead an entire tweet thread/conversation.
tweetstringcursorstringtext_onlybooleantwitter-user-tweetsGet recent tweets from a specific X/Twitter user.4 paramsGet recent tweets from a specific X/Twitter user.
countnumbercursorstringhandlestringtext_onlybooleanA hosted MCP server that gives Claude, ChatGPT, Cursor, and any agent runtime live tool-use access to X/Twitter and Reddit. No API keys. No scraping setup. No banned accounts.
Endpoint: https://superpowers.social/mcp (Streamable HTTP)
The official APIs are paywalled into oblivion (X starts at $100/mo, Reddit is heavily rate limiting). Direct scraping flags accounts in days. Most agents end up stuck on stale article snippets while the actual conversation happens on X and Reddit.
This server runs the gateway so you don't have to. One URL, twelve tools, schema-validated responses, token-optimized payloads.
| Tool | What it does |
|---|---|
twitter-search | Search tweets by query with engagement metrics |
twitter-read | Read a single tweet by URL or ID |
twitter-thread | Read a full conversation thread |
twitter-user-tweets | Recent tweets from a user |
twitter-news | Trending news on X |
| Tool | What it does |
|---|---|
reddit-search | Search posts across Reddit |
reddit-get-post | Get a post + comments |
reddit-get-posts | Get posts from a subreddit |
reddit-get-subreddit-info | Subreddit metadata |
reddit-get-user-info | Reddit user profile |
reddit-get-user-posts | Posts submitted by a user |
reddit-get-user-comments | Comments by a user |
All tools are read-only, idempotent, and return token-optimized responses (up to 90% smaller than raw API JSON).
Settings → Connectors → Add custom connector:
social-superpowershttps://superpowers.social/mcpclaude mcp add --transport http social-superpowers https://superpowers.social/mcp
Settings → MCP → Add new MCP Server:
{
"social-superpowers": {
"type": "http",
"url": "https://superpowers.social/mcp"
}
}
mcp.json){
"mcpServers": {
"social-superpowers": {
"type": "http",
"url": "https://superpowers.social/mcp"
}
}
}
You: search X for what people are saying about $INTC catalysts this week
Agent: [calls twitter-search with q="$INTC", time_range="7d"]
→ returns 25 tweets with sentiment, engagement, top replies
You: which subreddits discuss the Tirzepatide side-effects?
Agent: [calls reddit-search → reddit-get-subreddit-info → reddit-get-posts]
→ grounded answer with permalinks
Free during public beta. No OAuth. No login. No credit card required.
https://superpowers.social/mcp)MIT — this repository contains the public manifest, examples, and docs. The hosted gateway implementation is closed-source; the MCP contract is the integration surface.
io.github.socialapishub/social-media-api
io.github.xpaysh/social-media
com.thenextgennexus/youtube-media-mcp-server
io.github.ludmila-omlopes/youtube-video-analyzer
csoai-org/social-media-ai-mcp
com.ezbizservices/social-media