x-v2-server

x-v2-server

3.3

If you are the rightful owner of x-v2-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.

An MCP server implementation that provides tools for interacting with the Twitter/X API v2, allowing AI assistants to programmatically manage tweets and user interactions.

The X(Twitter) V2 MCP Server is a robust implementation designed to facilitate seamless interaction with the Twitter/X API v2. It empowers AI assistants to perform a variety of actions such as retrieving tweets, posting new content, replying to tweets, quoting tweets, and more. This server is particularly useful for developers looking to integrate Twitter functionalities into their applications, providing a comprehensive suite of tools to manage Twitter interactions programmatically. The server supports a wide range of operations, from basic tweet retrieval to more complex actions like managing Twitter lists and following/unfollowing users. With its easy-to-use interface and extensive documentation, the X(Twitter) V2 MCP Server is an essential tool for developers working with Twitter's API.

Features

  • Retrieve tweets and user mentions with ease.
  • Post, reply, and quote tweets programmatically.
  • Manage Twitter lists and user interactions.
  • Search for tweets and get trending topics.
  • Follow and unfollow users seamlessly.

Tools

  1. get_tweets_by_userid

    Get tweets from a specific user's timeline

  2. get_tweet_by_id

    Get a single tweet with ID

  3. get_user_notes

    Get tweets that mention specific users

  4. quote_tweet

    Quoting a tweet and adding custom text

  5. reply_to_tweet

    Reply to tweets

  6. post_tweet

    Post a new tweet

  7. like_tweet

    Like Tweet

  8. Follow_user

    Follow users

  9. unfollow_user

    Unfollow users

  10. get_user_by_username

    Obtain user information through username

  11. search_tweets

    Search for tweets

  12. get_trending_topics

    Get hot topics

  13. create_list

    Create a Twitter list

  14. add_list_member

    Add user to list

  15. remove_list_member

    Remove user from list

  16. get_owned_lists

    Get all the lists owned by the user