A
licenseNot graded
qualityC
maintenanceAn MCP server that enables posting tweets, reading timelines, searching posts, and interacting with X (Twitter) API.
8 npm
2
MIT
No user-submitted related servers found.
Scored across 7 tools
Each tool targets a distinct action (post, search, get user info, timeline, like, retweet, delete) with no overlap. An agent can easily distinguish them.
All tools follow a consistent verb_noun pattern in snake_case (e.g., post_tweet, search_tweets, get_user_info). No deviations or mixed conventions.
Seven tools cover the core Twitter operations without being excessive. The scope is well-balanced for a dedicated social media server.
The set covers posting, timeline, search, user info, likes, retweets, and deletion. However, fetching a specific tweet by ID is missing, which is a minor gap for workflows that need to retrieve a single tweet after a search.