iflow-mcp/x-v2-server
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 dayong@mcphub.com.
The X(Twitter) V2 MCP Server is an implementation that provides tools for interacting with the Twitter/X API v2, enabling AI assistants to perform various actions on Twitter programmatically.
Tools
Functions exposed to the LLM to take actions
get_tweets_by_userid
Retrieves tweets from a specific user's timeline.
get_tweet_by_id
Retrieves a single tweet by its ID.
get_user_mentions
Retrieves tweets that mention a specific user.
quote_tweet
Creates a quote tweet with custom text.
reply_to_tweet
Replies to an existing tweet.
post_tweet
Post a new tweet.
like_tweet
Like a specific tweet.
follow_user
Follow a Twitter user.
unfollow_user
Unfollow a Twitter user.
get_user_by_username
Get information about a Twitter user by their username.
search_tweets
Search for tweets using a query string.
get_trending_topics
Get trending topics for a specific location.
create_list
Create a new Twitter list.
add_list_member
Add a user to a Twitter list.
remove_list_member
Remove a user from a Twitter list.
get_owned_lists
Get all lists owned by the authenticated user.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client