This X (Twitter) MCP server, developed by an unnamed author, provides integration with the Twitter API for AI assistants. Built using TypeScript and the MCP SDK, it offers a streamlined interface for interacting with Twitter's platform, enabling tasks like posting tweets, retrieving user information, and analyzing trends. The server leverages the twitter-api-v2 library to handle API communication and implements TypeScript's strict mode for enhanced code reliability. By abstracting the complexities of Twitter's API, it allows AI systems to easily incorporate social media interactions into their workflows. This implementation is particularly useful for social media management, brand monitoring, and automated content distribution on Twitter, enabling use cases such as scheduled posting, sentiment analysis, and engagement tracking.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Get recent posts from home timeline. Parameters: limit (1-100)
Search recent posts (7-day window). Parameters: query, limit
Look up a post by ID. Parameters: tweet_id
Create a post with optional media. Parameters: text, image_path?, video_path?
Reply to a post with optional media. Parameters: tweet_id, text, image_path?, video_path?
Quote a post with commentary. Parameters: tweet_id, text
Delete your post. Parameters: tweet_id
Like a post (Basic+ tier). Parameters: tweet_id
Remove a like. Parameters: tweet_id
Repost to your timeline. Parameters: tweet_id
Remove a repost. Parameters: tweet_id
Bookmark for later. Parameters: tweet_id
Remove a bookmark. Parameters: tweet_id
Get your bookmarks. Parameters: limit (1-100)
Look up user by username. Parameters: username
Get a user's recent posts. Parameters: username, limit