social-superpowers
Provides tools for searching Reddit posts, retrieving post details and comments, accessing subreddit metadata, and viewing user profiles, posts, and comments.
Superpowers.social — MCP server for X/Twitter & Reddit
A 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)
Why
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.
Related MCP server: x-mcp
Tools
X/Twitter (5)
Tool | What it does |
| Search tweets by query with engagement metrics |
| Read a single tweet by URL or ID |
| Read a full conversation thread |
| Recent tweets from a user |
| Trending news on X |
Reddit (7)
Tool | What it does |
| Search posts across Reddit |
| Get a post + comments |
| Get posts from a subreddit |
| Subreddit metadata |
| Reddit user profile |
| Posts submitted by a user |
| Comments by a user |
All tools are read-only, idempotent, and return token-optimized responses (up to 90% smaller than raw API JSON).
Install
Claude Desktop
Settings → Connectors → Add custom connector:
Name:
social-superpowersURL:
https://superpowers.social/mcp
Claude Code
claude mcp add --transport http social-superpowers https://superpowers.social/mcpCursor
Settings → MCP → Add new MCP Server:
{
"social-superpowers": {
"type": "http",
"url": "https://superpowers.social/mcp"
}
}Any MCP client (mcp.json)
{
"mcpServers": {
"social-superpowers": {
"type": "http",
"url": "https://superpowers.social/mcp"
}
}
}Examples
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 permalinksPricing
Free during public beta. No OAuth. No login. No credit card required.
Status & Limits
Uptime / status: superpowers.social
Soft per-IP rate limits during beta to keep the service open. Contact for higher limits.
Specs
Transport: Streamable HTTP (
https://superpowers.social/mcp)Auth: none required during beta
Spec version: MCP 2025-12-11
Source platforms: X/Twitter, Reddit
License
MIT — this repository contains the public manifest, examples, and docs. The hosted gateway implementation is closed-source; the MCP contract is the integration surface.
Links
MCP endpoint: https://superpowers.social/mcp
Issues / feature requests: open an issue on this repo
MCP spec: https://modelcontextprotocol.io
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-qualityDmaintenanceA specialized MCP server that enables AI agents to interact with Reddit, including reading posts, creating content, and managing subreddit configurations.Last updated5910Apache 2.0
- FlicenseAqualityFmaintenanceAn MCP server that provides AI agents with full access to the X (Twitter) API for posting, searching, and managing engagement through natural language. It supports comprehensive tools for tweet management, media uploads, and account analytics across multiple MCP-compatible clients.Last updated1550
- Alicense-qualityDmaintenanceAn MCP server that enables AI agents to automate actions on X (Twitter) through a real browser session, including posting, engaging, and reading via over 40 tools. It supports self-hosting and provides a panel for API key management.Last updated166MIT
- AlicenseAqualityDmaintenanceMCP server for Twitter/X enabling AI agents to search, post, reply, and engage with tweets.Last updated1461MIT
Related MCP Connectors
Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
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/pkobielak/social-superpowers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server