Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by nuxe • Uncategorized
A minimal Python MCP server enabling timeline reading, tweeting, and replying on Twitter.
Read a user's Twitter home timeline.
Post new tweets on behalf of a user.
Reply to specific tweets.
This MCP server provides three core tools to interact with Twitter's API: reading the home timeline, posting new tweets, and replying to existing tweets. It is designed for the free tier of Twitter's API, supporting up to 100 reads and 500 posts per month. The server integrates with Claude Desktop, allowing users to automate Twitter interactions via MCP commands. It uses Python 3.10+, MCP SDK, and Tweepy for Twitter API v2 access.