CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Superpowers.social

pkobielak/social-superpowers-mcp
12 toolsHTTPregistry active
Summary

A hosted gateway that connects Claude to X/Twitter and Reddit without requiring API keys or dealing with rate limits. Exposes twelve read-only tools: search tweets, pull threads, fetch user timelines, search Reddit posts, grab full comment trees, and pull subreddit metadata. Useful when you need live social data for sentiment analysis, trend research, or grounding responses in current discussions without maintaining scraping infrastructure or paying for enterprise API access. Runs over streamable HTTP, free during beta, with token-optimized responses that strip unnecessary JSON bloat. Good fit for research agents, monitoring workflows, or anything that needs to check what people are actually saying right now.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

12 tools
reddit-get-postsGet posts from a subreddit.5 params

Get posts from a subreddit.

Parameters* required
sortstring
Sort: hot, new, top, risingdefault: hot
countnumber
Number of results to return (default 10)default: 10
subredditstring
Subreddit name without r/ prefix
text_onlyboolean
If true, return only id and title per post to save tokens.default: false
time_filterstring
Time filter for top sort: hour, day, week, month, year, alldefault: week
reddit-get-postGet detailed content of a specific Reddit post with comments.4 params

Get detailed content of a specific Reddit post with comments.

Parameters* required
post_idstring
Reddit post ID
subredditstring
Subreddit name for faster lookup
text_onlyboolean
If true, return only id and title per post to save tokens.default: false
comment_limitnumber
Number of comments to return (default 10)default: 10
reddit-get-subreddit-infoGet information about a subreddit.1 params

Get information about a subreddit.

Parameters* required
subredditstring
Subreddit name without r/ prefix
reddit-get-user-commentsGet comments submitted by a specific Reddit user.4 params

Get comments submitted by a specific Reddit user.

Parameters* required
sortstring
Sort: hot, new, top, controversialdefault: new
countnumber
Number of results to return (default 10)default: 10
usernamestring
Reddit username without u/ prefix
time_filterstring
Time filter: hour, day, week, month, year, alldefault: all
reddit-get-user-infoGet information about a Reddit user.1 params

Get information about a Reddit user.

Parameters* required
usernamestring
Reddit username without u/ prefix
reddit-get-user-postsGet posts submitted by a specific Reddit user.5 params

Get posts submitted by a specific Reddit user.

Parameters* required
sortstring
Sort: hot, new, top, controversialdefault: new
countnumber
Number of results to return (default 10)default: 10
usernamestring
Reddit username without u/ prefix
text_onlyboolean
If true, return only id and title per post to save tokens.default: false
time_filterstring
Time filter: hour, day, week, month, year, alldefault: all
reddit-searchSearch Reddit for posts matching a query.6 params

Search Reddit for posts matching a query.

Parameters* required
sortstring
Sort order: relevance, hot, top, new, comments
countnumber
Number of results to return (default 10)default: 10
querystring
Search query string
subredditstring
Limit search to a specific subreddit
text_onlyboolean
If true, return only id and title per post to save tokens.default: false
time_filterstring
Time filter: hour, day, week, month, year, all
twitter-newsGet trending news from X/Twitter.2 params

Get trending news from X/Twitter.

Parameters* required
countnumber
Number of news items to return (default 10)default: 10
categorystring
Optional tab filter — one of: for-you, news, sports, entertainment, trending
twitter-readRead a single tweet by URL or ID.2 params

Read a single tweet by URL or ID.

Parameters* required
tweetstring
Tweet URL or tweet ID
text_onlyboolean
If true, return only id and text to save tokens.default: false
twitter-searchSearch X/Twitter for tweets matching a query. Returns token-optimized results with engagement metrics.4 params

Search X/Twitter for tweets matching a query. Returns token-optimized results with engagement metrics.

Parameters* required
countnumber
Number of results to return (default 10)default: 10
querystring
Search query string
cursorstring
Pagination cursor from a previous response
text_onlyboolean
If true, return only id and text per tweet to save tokens.default: false
twitter-threadRead an entire tweet thread/conversation.3 params

Read an entire tweet thread/conversation.

Parameters* required
tweetstring
Tweet URL or ID of any tweet in the thread
cursorstring
Pagination cursor from a previous response
text_onlyboolean
If true, return only id and text per tweet to save tokens.default: false
twitter-user-tweetsGet recent tweets from a specific X/Twitter user.4 params

Get recent tweets from a specific X/Twitter user.

Parameters* required
countnumber
Number of tweets to return (default 20)default: 20
cursorstring
Pagination cursor from a previous response
handlestring
Twitter handle (without @)
text_onlyboolean
If true, return only id and text per tweet to save tokens.default: false

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.

Links

  • Site: https://superpowers.social
  • MCP endpoint: https://superpowers.social/mcp
  • Issues / feature requests: open an issue on this repo
  • MCP spec: https://modelcontextprotocol.io
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Media & Entertainment
Registryactive
TransportHTTP
UpdatedApr 29, 2026
View on GitHub

Related Media & Entertainment MCP Servers

View all →
Social Media Api

io.github.socialapishub/social-media-api

Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
1
xpay Social Media

io.github.xpaysh/social-media

96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube.
Youtube Media Mcp Server

com.thenextgennexus/youtube-media-mcp-server

YouTube video search with transcript extraction as first-class output.
Youtube Video Analyzer

io.github.ludmila-omlopes/youtube-video-analyzer

MCP stdio server for analyzing YouTube videos with Google Gemini
2
Social Media Ai Mcp

csoai-org/social-media-ai-mcp

social-media-ai-mcp MCP server by MEOK AI Labs
EzBiz Social Media Analytics

com.ezbizservices/social-media

AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection.