Back to Browse

Social Superpowers MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.

About

Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta.

Remote endpoints: streamable-http: https://superpowers.social/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

12 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "social-superpowers-social-superpowers": {
      "url": "https://superpowers.social/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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, ten 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 (5)

ToolWhat it does
reddit-searchSearch posts across Reddit or one subreddit
reddit-get-postGet a post + comments
reddit-get-postsGet hot/new/top posts from a subreddit
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

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

Reviews

No reviews yet

Be the first to review this server!