@twitterapis/mcp
Related Servers
Alternatives to @twitterapis/mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceEnables AI agents to interact with X (Twitter) through its private GraphQL API using session cookies, supporting tweets, replies, likes, retweets, searches, direct messages, and more. Provides 24 MCP tools for full account automation.2433 npm1MIT
- AlicenseBqualityDmaintenanceEnables interacting with Twitter/X through natural language, including searching tweets, posting, sending DMs, and managing timelines via any MCP client.8MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to access Twitter/X data including user profiles, tweets, search, and follower events via a set of MCP tools.1MIT
- FlicenseBqualityBmaintenanceMCP server for the official X API, enabling agents to read and publish posts, look up users, and search posts with safe read-only default and explicit write mode.85 npm-
- AlicenseNot gradedqualityDmaintenanceProvides programmatic X (Twitter) engagement via MCP, offering 24 tools for search, timelines, notifications, bookmarks, profiles, and tweet actions through a headless browser.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to automate Twitter/X tasks (scraping, posting, following, etc.) via 140+ MCP tools, no API key required.340 npm1Apache 2.0
TDQS
Scored across 99 tools
Many tools have genuinely overlapping purposes: twitter_user_tweets vs twitter_user_tweets_and_replies (descriptions admit they return 'overlapping or identical pages'), twitter_user_tweets vs twitter_user_tweets_complete, twitter_user_followers/following vs their _v2 twins, and the twitter_x_user_stream_* compat drop-ins duplicating twitter_monitor_* operations. The descriptions are unusually thorough at drawing the boundaries and warning about pitfalls, which prevents outright misselection, but the sheer number of near-duplicate surfaces keeps this from being clean.
Tool names use a strict namespace_topic_action snake_case pattern throughout (twitter_user_info, twitter_tweet_replies, twitter_list_members, twitter_monitor_webhook_create). Verb/noun ordering is predictable within each family, and even the few outliers (twitter_grok_chat, twitter_account_me, twitter_trends) read consistently with the surrounding convention.
99 tools is far beyond what any agent can reliably navigate in one context; the surface spans tweets, users, lists, communities, Spaces, DMs, bookmarks, articles, webhooks, monitors, sessions and feedback. Many of the 99 are redundant versions (v1/v2 pairs, compat shims) that inflate the count without adding capability.
The surface is exceptionally complete: full read/write CRUD across tweets, articles, lists, monitors and webhooks, plus session lifecycle, media upload/status, DMs, bookmarks, communities, Spaces and feedback. Both read and write paths have their create/update/delete counterparts and lifecycle edge cases are explicitly covered.