X (Twitter)
Summary
This Twitter MCP server, developed by Dennison Bertram, enables Large Language Models (LLMs) to interact with Twitter (X) through the Model Context Protocol. Built with TypeScript and leveraging the Twitter API v2, it provides tools for posting tweets, searching tweets, and replying to tweets. The implementation stands out by offering a straightforward setup process and integration with Claude Desktop, making it accessible for users without extensive technical knowledge. It's particularly useful for AI assistants or applications needing to automate Twitter interactions, conduct social media research, or manage Twitter accounts programmatically, enabling tasks like sentiment analysis, trend monitoring, or automated customer engagement.
Available Actions(35)
postTweet
Post new tweets.
getTweetById
Retrieve specific tweets by their ID.
replyToTweet
Reply to a tweet using the tweet ID and your reply content.
deleteTweet
Delete your tweets by providing the tweet ID.
likeTweet
Like a tweet by providing the tweet ID.
unlikeTweet
Unlike a tweet by providing the tweet ID.
retweet
Retweet a tweet by providing the tweet ID.
undoRetweet
Undo a retweet by providing the tweet ID.
getRetweets
Get the users who retweeted a specific tweet.
getUserInfo
Get user profiles by providing their username.
getUserTimeline
Get the tweets from a user's timeline by providing their username.
followUser
Follow a user by providing their username.
unfollowUser
Unfollow a user by providing their username.
getFollowers
Get a list of followers for a specific user (requires special permissions).
getFollowing
Get a list of users that a specific user is following (requires special permissions).
createList
Create X (Twitter) lists.
getUserLists
Get lists that a user has created.
addUserToList
Add a user to a specific list.
removeUserFromList
Remove a user from a specific list.
getListMembers
Get members of a specific list.
advancedTweetSearch
Perform complex queries with operators, bypassing API tier restrictions.
historicalTweetSearch
Access historical tweets beyond standard API limits.
trendingTopicsSearch
Analyze real-time trends and discover popular content.
bulkUserProfiles
Analyze multiple user profiles in a single request.
userGrowthAnalytics
Analyze user growth patterns over time.
userInfluenceMetrics
Calculate engagement scoring and influence metrics.
getFullThread
Reconstruct complete Twitter threads along with engagement metrics.
getConversationTree
Map the structure of conversations, including replies and quotes.
getThreadMetrics
Analyze the performance of a thread and its engagement distribution.
findMutualConnections
Discover mutual connections between users via interactions.
analyzeFollowerDemographics
Analyze the demographic patterns of a user's followers.
mapInfluenceNetwork
Map connections and analyze the strength of influence.
getHashtagTrends
Track the performance of hashtags over time with trend analysis.
analyzeSentiment
Perform sentiment analysis with tracking of keyword frequency.
trackVirality
Analyze patterns of viral spread and engagement velocity.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论