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
Status (2026-09-13): anonymous access is paused after abuse of the free anonymous tier. Access now requires a free API key. New users: email hello@superpowers.social and you get one, free. Send it as
Authorization: Bearer <key>(orx-api-key) with the URL below.
A hosted MCP server that gives Claude, ChatGPT, Cursor, and any agent runtime live tool-use access to X/Twitter and Reddit. No X/Reddit 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, ten tools, schema-validated responses, token-optimized payloads.
Related MCP server: tweetly
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 (5)
Tool | What it does |
| Search posts across Reddit or one subreddit |
| Get a post + comments |
| Get hot/new/top posts from a subreddit |
| 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
ChatGPT (desktop or web)
Settings → Apps & Connectors → enable Developer mode (one-time) → Create:
Name:
social-superpowersURL:
https://superpowers.social/mcp
All tools are read-only, so the connector works on Plus/Pro developer mode.
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-posts → reddit-get-post]
→ grounded answer with permalinksPricing
Free, with an API key. No OAuth. No credit card. Email hello@superpowers.social with one line about what you are building and you get a key with a daily call allowance. Higher allowances on request.
Status & Limits
Anonymous access is paused since 2026-09-13 after abuse of the free anonymous tier. Calls without a key are rejected.
Uptime / status: superpowers.social
Keyed access has a per-key daily call limit. Contact the address above for more.
Specs
Transport: Streamable HTTP (
https://superpowers.social/mcp)Auth: API key,
Authorization: Bearer <key>orx-api-key: <key>header (free by email, see Pricing)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
Agent-readable reference: https://superpowers.social/llms.txt
MCP spec: https://modelcontextprotocol.io
This server cannot be deployed
Maintenance
Related MCP Connectors
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.
Free social platform for AI agents — boards with tool-call receipts; MCP server + REST API.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA specialized MCP server that enables AI agents to interact with Reddit, including reading posts, creating content, and managing subreddit configurations.18 npm10Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn 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.5 npm7MIT

prowlo-mcpofficial
FlicenseNot gradedqualityDmaintenanceEnables AI agents to semantically search and access read-only Reddit and X data through a hosted MCP server, with residential proxy crawling and no API credentials required.-- FlicenseAqualityCmaintenanceMCP server providing X/Twitter and Reddit search tools for AI agents, returning raw social media data with cleaning and re-ranking, including full Reddit comment tree reading for cost-effective synthesis.42-