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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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).