MCP-Twikit provides Twitter search and interaction capabilities for AI assistants through the FastMCP framework. Built by Adhika Setya Pramudita, it leverages the Twikit library to enable both read operations (searching tweets, viewing timelines, retrieving user tweets) and write operations (posting tweets, sending direct messages) with built-in rate limiting. The implementation authenticates using Twitter credentials stored as environment variables, manages cookies for persistent sessions, and formats tweet data in markdown for easy readability, making it ideal for workflows requiring Twitter monitoring, social media analysis, or automated Twitter interactions.
No reviews yet. Be the first to review!
Sign in to join the conversation
Compare sentiments across different Twitter accounts. Parameters: latest (integer), accounts (list of strings), perform a search for each account.
Retrieve the latest tweets from your Twitter timeline. No parameters required.
Search Twitter for recent tweets directed at specified accounts. Parameters: query (string), count (integer), sort_by (string).