TwitterAPI MCP Server
Related Servers
Alternatives to TwitterAPI MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityDmaintenanceAn MCP server for accessing the Twitter/X Api45 API, allowing users to retrieve user profiles, timelines, followers, and media. It supports searching communities, jobs, and trends, while also providing tools to monitor live broadcasts and Twitter Spaces.28MIT
- AlicenseBqualityDmaintenanceA headless MCP server that provides Twitter API access without requiring local credential setup, enabling core Twitter operations like searching tweets, getting user tweets, posting tweets, and replying to tweets.61MIT
- FlicenseAqualityDmaintenanceAn MCP server for interacting with X/Twitter, enabling posting tweets, searching, user info, timeline, liking, retweeting, and deleting tweets.717 npm1-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables posting tweets, reading timelines, searching posts, and interacting with X (Twitter) API.8 npm2MIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server for X (Twitter) that enables creating posts, threads, likes, follows, and DMs, plus reading posts, timelines, mentions, and search results via a unified OAuth 2.0 connection.-
- AlicenseBqualityAmaintenanceAn MCP server for interacting with Twitter/X using browser cookies without an API key, enabling tweet management, user actions, and search via natural language.6273 PyPI11MIT
TDQS
Scored across 11 tools
Every tool has a clearly distinct purpose with no ambiguity. Each targets a specific resource (tweet, user) and action (create, get, search, login), making it easy for an agent to select the correct tool. For example, get_user_by_id and get_user_by_username are clearly differentiated by the identifier type.
All tool names follow a consistent verb_noun pattern with snake_case throughout, such as create_tweet, get_tweet_by_id, and search_users. This predictability enhances usability and reduces confusion for agents.
With 11 tools, the count is well-scoped for a Twitter API server, covering core operations like posting, retrieving, and searching tweets and users, plus authentication. Each tool earns its place without being overwhelming or insufficient.
The tool set provides strong coverage for read operations (get, search) and a key write action (create_tweet), with authentication handled via login_user. However, it lacks update and delete operations for tweets or user interactions (e.g., like, retweet, follow), which are common in Twitter workflows, leaving minor gaps.