Sponsored by Deepsite.site

Social Superpowers

Created By
pkobielak3 days ago
Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.
Overview

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)

Status Free MCP smithery badge


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.

Tools

X/Twitter (5)

ToolWhat it does
twitter-searchSearch tweets by query with engagement metrics
twitter-readRead a single tweet by URL or ID
twitter-threadRead a full conversation thread
twitter-user-tweetsRecent tweets from a user
twitter-newsTrending news on X

Reddit (7)

ToolWhat it does
reddit-searchSearch posts across Reddit
reddit-get-postGet a post + comments
reddit-get-postsGet posts from a subreddit
reddit-get-subreddit-infoSubreddit metadata
reddit-get-user-infoReddit user profile
reddit-get-user-postsPosts submitted by a user
reddit-get-user-commentsComments 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

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-subreddit-info → reddit-get-posts]
       → grounded answer with permalinks

Pricing

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.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
ChatWiseThe second fastest AI chatbot™
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
DeepChatYour AI Partner on Desktop
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Serper MCP ServerA Serper MCP Server
Playwright McpPlaywright MCP server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Tavily Mcp
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
WindsurfThe new purpose-built IDE to harness magic
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Amap Maps高德地图官方 MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.