The X MCP Server is a Model Context Protocol server designed to integrate with X (formerly Twitter), allowing users to read their timeline and engage with tweets through the Claude desktop app. This project is particularly useful for developers and users who want to automate and enhance their interaction with X, leveraging the free API tier for basic access. The server supports key functionalities such as fetching tweets from the home timeline, creating and replying to tweets, and handling rate limits. Implemented in TypeScript, it ensures full type safety, making it reliable for developers to integrate and extend. By using this server, users can efficiently manage their X interactions in a programmatic manner, which can be especially beneficial for content creators, social media managers, and developers looking to build custom Twitter tools or analytics.
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