x-v2-server

x-v2-server

3

X(Twitter) V2 MCP Server is an MCP server implementation designed to facilitate interactions with the Twitter/X API v2. It enables advanced functionalities such as retrieving and posting tweets and managing Twitter lists, making it useful for AI assistants.

get_tweets_by_userid

Get tweets from a specific user's timeline

get_tweet_by_id

Get a single tweet with ID

get_user_notes

Get tweets that mention specific users

quote_tweet

Quoting a tweet and adding custom text

reply_to_tweet

Reply to tweets

post_tweet

Post a new tweet

like_tweet

Like Tweet

Follow_user

Follow users

unfollow_user

Unfollow users

get_user_by_username

Obtain user information through username

search_tweets

Search for tweets

get_trending_topics

Get hot topics

create_list

Create a Twitter list

add_list_member

Add user to list

remove_list_member

Remove user from list

get_owned_lists

Get all the lists owned by the user