streamable-httpMITupdated 1mo ago
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.
Superpowers social 能做什么?
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, ten tools, schema-validated responses, token-optimized payloads.
Tools
X/Twitter (5)
| 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 |
Reddit (5)
| Tool | What it does |
|---|---|
reddit-search |
Search posts across Reddit or one subreddit |
reddit-get-post |
Get a post + comments |
reddit-get-posts |
Get hot/new/top posts from a subreddit |
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).
Install
Claude Desktop
Settings → Connectors → Add custom connector:
- Name:
social-superpowers - URL:
https://superpowers.social/mcp
ChatGPT (desktop or web)
Settings → Apps & Connectors → enable Developer mode (one-time) → Create:
- Name:
social-superpowers - URL:
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/mcp
Cursor
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 permalinks
Pricing
Free during public beta. No OAuth. No login. No credit card required.
Status & Limits
- Uptime / status: superpowers.social
- Fair-use limits may apply during beta to keep the service open for everyone.
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
- Site: https://superpowers.social
- 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
安装
把 Superpowers social 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http superpowers-social https://superpowers.social/mcpcodex mcp add superpowers-social --url https://superpowers.social/mcp{
"mcpServers": {
"superpowers-social": {
"url": "https://superpowers.social/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"superpowers-social": {
"type": "http",
"url": "https://superpowers.social/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"superpowers-social": {
"url": "https://superpowers.social/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"superpowers-social": {
"serverUrl": "https://superpowers.social/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档25/25
- 维护16/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 33 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.0最新 | 2026年4月29日 |