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

Xbird

checkra1neth/xbird
34 toolsauthSTDIOregistry active
Summary

Connects to Twitter/X with 30 different operations running from your local machine. The big draw here is x402 micropayment support baked in, which means you can handle payment flows directly through Twitter's payment protocol. Since it runs locally using your own IP rather than proxying through external services, you maintain direct control over rate limits and authentication. Reach for this when you need comprehensive Twitter automation beyond basic posting, whether you're building social media dashboards, content schedulers, or integrating micropayment functionality into Twitter workflows. The stdio transport means it plugs straight into Claude Desktop or any other MCP compatible client.

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.

34 tools
get_tweetGet a tweet by ID1 params

Get a tweet by ID

Parameters* required
idstring
Tweet ID
get_threadGet a tweet thread (conversation chain)1 params

Get a tweet thread (conversation chain)

Parameters* required
idstring
Tweet ID of any tweet in the thread
get_repliesGet replies to a tweet3 params

Get replies to a tweet

Parameters* required
idstring
Tweet ID
countnumber
Number of replies (default 20)
cursorstring
Pagination cursor
get_userGet a Twitter user profile by handle1 params

Get a Twitter user profile by handle

Parameters* required
handlestring
Twitter handle (without @)
get_user_aboutGet detailed about info for a user1 params

Get detailed about info for a user

Parameters* required
handlestring
Twitter handle (without @)
get_current_userGet the authenticated user's profile

Get the authenticated user's profile

No parameter schema in public metadata yet.

get_home_timelineGet the home timeline (latest tweets from followed accounts)2 params

Get the home timeline (latest tweets from followed accounts)

Parameters* required
countnumber
Number of tweets (default 20)
cursorstring
Pagination cursor
get_newsGet trending news/topics on Twitter3 params

Get trending news/topics on Twitter

Parameters* required
tabstring
News tab: trending, forYou, news, sports, entertainment
countnumber
Number of items
aiOnlyboolean
Only AI-generated summaries
get_listsGet owned Twitter lists

Get owned Twitter lists

No parameter schema in public metadata yet.

get_list_timelineGet tweets from a list3 params

Get tweets from a list

Parameters* required
idstring
List ID
countnumber
Number of tweets (default 20)
cursorstring
Pagination cursor
search_tweetsSearch for tweets3 params

Search for tweets

Parameters* required
countnumber
Number of results (default 20)
querystring
Search query
cursorstring
Pagination cursor
get_mentionsGet mentions for a user2 params

Get mentions for a user

Parameters* required
countnumber
Number of mentions
handlestring
Twitter handle (without @)
get_user_tweetsGet tweets posted by a user3 params

Get tweets posted by a user

Parameters* required
countnumber
Number of tweets (default 20)
cursorstring
Pagination cursor
userIdstring
User ID (numeric)
get_followersGet a user's followers3 params

Get a user's followers

Parameters* required
countnumber
Number of followers (default 20)
cursorstring
Pagination cursor
userIdstring
User ID (numeric)
get_followingGet users that a user follows3 params

Get users that a user follows

Parameters* required
countnumber
Number of users (default 20)
cursorstring
Pagination cursor
userIdstring
User ID (numeric)
get_likesGet tweets liked by a user3 params

Get tweets liked by a user

Parameters* required
countnumber
Number of liked tweets (default 20)
cursorstring
Pagination cursor
userIdstring
User ID (numeric)
get_bookmarksGet bookmarked tweets3 params

Get bookmarked tweets

Parameters* required
countnumber
Number of bookmarks (default 20)
cursorstring
Pagination cursor
folderIdstring
Bookmark folder ID
get_list_membershipsGet lists the authenticated user is a member of

Get lists the authenticated user is a member of

No parameter schema in public metadata yet.

post_tweetPost a new tweet2 params

Post a new tweet

Parameters* required
textstring
Tweet text
mediaIdsarray
Media IDs to attach
reply_to_tweetReply to a tweet3 params

Reply to a tweet

Parameters* required
textstring
Reply text
mediaIdsarray
Media IDs to attach
replyToIdstring
Tweet ID to reply to
post_threadPost a thread (multiple tweets in sequence)1 params

Post a thread (multiple tweets in sequence)

Parameters* required
textsarray
Array of tweet texts (each becomes one tweet in the thread)
like_tweetLike a tweet1 params

Like a tweet

Parameters* required
tweetIdstring
Tweet ID to like
unlike_tweetUnlike a tweet1 params

Unlike a tweet

Parameters* required
tweetIdstring
Tweet ID to unlike
retweetRetweet a tweet1 params

Retweet a tweet

Parameters* required
tweetIdstring
Tweet ID to retweet
unretweetRemove a retweet1 params

Remove a retweet

Parameters* required
tweetIdstring
Tweet ID to unretweet
bookmark_tweetBookmark a tweet1 params

Bookmark a tweet

Parameters* required
tweetIdstring
Tweet ID to bookmark
unbookmark_tweetRemove a tweet bookmark1 params

Remove a tweet bookmark

Parameters* required
tweetIdstring
Tweet ID to unbookmark
follow_userFollow a Twitter user1 params

Follow a Twitter user

Parameters* required
handlestring
Twitter handle to follow (without @)
unfollow_userUnfollow a Twitter user1 params

Unfollow a Twitter user

Parameters* required
handlestring
Twitter handle to unfollow (without @)
update_profileUpdate the authenticated user's Twitter profile bio/description via the onboarding flow1 params

Update the authenticated user's Twitter profile bio/description via the onboarding flow

Parameters* required
descriptionstring
Bio / profile description (max 160 chars)
update_profile_imageUpdate the authenticated user's profile image (avatar). Accepts an absolute file path to an image.1 params

Update the authenticated user's profile image (avatar). Accepts an absolute file path to an image.

Parameters* required
filePathstring
Absolute path to the image file
update_profile_bannerUpdate the authenticated user's profile banner. Accepts an absolute file path to an image.1 params

Update the authenticated user's profile banner. Accepts an absolute file path to an image.

Parameters* required
filePathstring
Absolute path to the banner image file
remove_profile_bannerRemove the authenticated user's profile banner

Remove the authenticated user's profile banner

No parameter schema in public metadata yet.

upload_mediaUpload media (image/video) for use in tweets. Returns a mediaId to pass to post_tweet or reply_to_tweet.2 params

Upload media (image/video) for use in tweets. Returns a mediaId to pass to post_tweet or reply_to_tweet.

Parameters* required
altstring
Alt text for accessibility
filePathstring
Absolute path to the media file
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 →

Configuration

XBIRD_AUTH_TOKEN*secret

Twitter auth_token cookie (from x.com DevTools → Application → Cookies)

XBIRD_CT0*secret

Twitter ct0 cookie (from x.com DevTools → Application → Cookies)

XBIRD_PRIVATE_KEY*secret

Wallet private key for x402 micropayments (USDC on Base)

Categories
Media & Entertainment
Registryactive
Packagexbird-mcp
TransportSTDIO
AuthRequired
UpdatedFeb 11, 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.