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 the most recent tweets from your home timeline. Parameters: limit (optional): Number of tweets to retrieve (default: 20, max: 100)
Create a new tweet. Parameters: text (required): The text content of the tweet (max 280 characters)
Reply to a tweet. Parameters: tweet_id (required): The ID of the tweet to reply to, text (required): The text content of the reply (max 280 characters)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!