F
licenseA
qualityC
maintenanceEnables AI assistants to post, search, and manage tweets on X (Twitter) via the MCP protocol.
10
2
-
No user-submitted related servers found.
Scored across 8 tools
Most tools are clearly distinct, but get_latest_timeline and get_timeline both retrieve home timeline tweets with only a subtle difference (Following vs For You), which could cause misselection.
All tools use snake_case with a consistent verb_noun pattern (delete_, get_, post_, search_, send_), making them predictable.
8 tools is well-scoped for a Twitter API wrapper, covering posting, deleting, reading, searching, and DMs without being excessive.
Missing essential operations like get_tweet by ID and list/get DMs, which creates dead ends for common workflows.