x-mcp-server

x-mcp-server

3.5

If you are the rightful owner of x-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for X (Twitter) integration that provides tools for reading your timeline and engaging with tweets. Designed for use with Claude desktop.

The X MCP Server is a specialized server designed to integrate with X (formerly Twitter) to facilitate interaction with the platform through a Model Context Protocol. It allows users to read their timeline, create new tweets, and reply to existing tweets, all while handling rate limits imposed by the free API tier. The server is implemented in TypeScript, ensuring full type safety and reliability. Users need to have Node.js (v16 or higher) and an X Developer Account to utilize the server. The server is particularly designed to work seamlessly with the Claude desktop application, providing a streamlined experience for managing Twitter interactions. The server also includes built-in rate limit handling, which tracks monthly usage and provides exponential backoff for rate limit errors, ensuring smooth operation even under constraints.

Features

  • Get tweets from your home timeline
  • Create new tweets
  • Reply to tweets
  • Built-in rate limit handling for the free API tier
  • TypeScript implementation with full type safety

Tools

  1. get_home_timeline

    Get the most recent tweets from your home timeline.

  2. create_tweet

    Create a new tweet.

  3. reply_to_tweet

    Reply to a tweet.