CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
pkobielak avatar

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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

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
countnumber
Number of results to return (default 10)default: 10
sortstring
Sort: hot, new, top, risingdefault: hot
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
comment_limitnumber
Number of comments to return (default 10)default: 10
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
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
countnumber
Number of results to return (default 10)default: 10
sortstring
Sort: hot, new, top, controversialdefault: new
time_filterstring
Time filter: hour, day, week, month, year, alldefault: all
usernamestring
Reddit username without u/ prefix
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
countnumber
Number of results to return (default 10)default: 10
sortstring
Sort: hot, new, top, controversialdefault: new
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
usernamestring
Reddit username without u/ prefix
reddit-searchSearch Reddit for posts matching a query.6 params

Search Reddit for posts matching a query.

Parameters* required
countnumber
Number of results to return (default 10)default: 10
querystring
Search query string
sortstring
Sort order: relevance, hot, top, new, comments
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
categorystring
Optional tab filter — one of: for-you, news, sports, entertainment, trending
countnumber
Number of news items to return (default 10)default: 10
twitter-readRead a single tweet by URL or ID.2 params

Read a single tweet by URL or ID.

Parameters* required
text_onlyboolean
If true, return only id and text to save tokens.default: false
tweetstring
Tweet URL or tweet ID
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
cursorstring
Pagination cursor from a previous response
querystring
Search query string
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
cursorstring
Pagination cursor from a previous response
text_onlyboolean
If true, return only id and text per tweet to save tokens.default: false
tweetstring
Tweet URL or ID of any tweet in the thread
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, 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

  • 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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Media & Entertainment
Registryactive
TransportHTTP
UpdatedApr 29, 2026
View on GitHub

More from pkobielak

  • social-superpowers

Related Media & Entertainment MCP Servers

View all →
elevenlabs avatar
ElevenLabs

elevenlabs/elevenlabs-mcp

The official ElevenLabs MCP server
1.4k
varunneal avatar
Spotify

varunneal/spotify-mcp

MCP to connect your LLM with Spotify.
602
kimtaeyoon83 avatar
YouTube Transcript

kimtaeyoon83/mcp-server-youtube-transcript

This is an MCP server that allows you to directly download transcripts of YouTube videos.
539
zubeidhendricks avatar
YouTube

zubeidhendricks/youtube-mcp-server

Provides access to YouTube data, transcripts, channels, and playlists via a standardized MCP interface.
517
jkawamoto avatar
Mcp Youtube Transcript

jkawamoto/mcp-youtube-transcript

An MCP server retrieving transcripts of YouTube videos
401
enescinr avatar
Twitter

enescinr/twitter-mcp

A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.
392