x-mcp-server

x-mcp-server

20

The X MCP Server is a Model Context Protocol (MCP) server that facilitates integration with X (Twitter) for use with the Claude desktop application. It allows users to manage and interact with their Twitter timeline, publish tweets, and reply, all while managing rate limits effectively.

get_home_timeline

Get tweets from the home page timeline, optional parameter `limit` to control the number of tweets obtained

create_tweet

Create a new tweet, the required parameter `text` specifies the content of the tweet

reply_to_tweet

Reply to the specified tweet, the required parameters `tweet_id` and `text`