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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Post new tweets. Parameters: text (string, up to 280 characters)
Retrieve specific tweets. Parameters: tweetId (string), tweetFields (optional array of strings)
Reply to tweets. Parameters: tweetId (string), text (string)
Delete your tweets. Parameters: tweetId (string)
Like a tweet. Parameters: tweetId (string)
Unlike a tweet. Parameters: tweetId (string)
Retweet a tweet. Parameters: tweetId (string)
Undo a retweet. Parameters: tweetId (string)
Get user profiles. Parameters: username (string), fields (optional array of strings)
Get user tweets. Parameters: username (string)
Follow a user. Parameters: username (string)
Unfollow a user. Parameters: username (string)
Create X (Twitter) lists. Parameters: name (string), description (optional string)
Get user's lists. Parameters: username (string)
Add a user to a list. Parameters: listId (string), username (string)
Remove a user from a list. Parameters: listId (string), username (string)
Get list members. Parameters: listId (string)
Perform complex queries with operators, bypasses API tier restrictions. Parameters: query (string), maxResults (optional integer)
Access historical tweets beyond standard API limits. Parameters: query (string), startDate (string), endDate (string)
Real-time trend analysis and popular content discovery. Parameters: none
Multi-user profile analysis in single requests. Parameters: usernames (array of strings)
User growth pattern analysis over time. Parameters: username (string)
Engagement scoring and influence calculations. Parameters: username (string)
Reconstruct complete Twitter threads with engagement metrics. Parameters: tweetId (string)
Map conversation structure including replies and quotes. Parameters: tweetId (string)
Thread performance analysis and engagement distribution. Parameters: tweetId (string)
Discover mutual connections via interactions. Parameters: username (string)
Follower patterns and demographic analysis. Parameters: username (string)
Influence mapping and connection strength analysis. Parameters: username (string)
Hashtag performance tracking over time with trend analysis. Parameters: hashtag (string)
Sentiment analysis with keyword frequency tracking. Parameters: query (string), sampleSize (optional integer)
Viral spread patterns and engagement velocity analysis. Parameters: tweetId (string)