Enables AI assistants to interact with Twitter (X) through a Model Context Protocol (MCP) server using cookie-based authentication.
About
This Model Context Protocol (MCP) server provides Twitter (X) functionality, allowing AI assistants to interact with the platform. It leverages cookie-based authentication, enabling direct communication with Twitter by providing `ct0` and `auth_token` cookies within tool calls. Features include session caching, timeline access, user information retrieval, tweet searching, and tweet management capabilities.
Key Features
- Cookie Authentication: LLM model provides ct0 and auth_token cookies directly in tool calls
- Tweet Management: Post, like, and retweet tweets
- 2 GitHub stars
- Timeline Access: Get tweets from your timeline
- Tweet Search: Search for tweets with specific queries
- Session Caching: Automatically caches authenticated sessions for efficiency
Use Cases
- Programmatically managing Twitter accounts and content
- Automating Twitter interactions for AI assistants
- Integrating Twitter functionality into LLM-powered applications