Twitter NoAuth
Createdbaryhuang
Enables Twitter API access without requiring local credential or token setup.
About
This MCP server provides a headless and decoupled solution for interacting with the Twitter API, allowing clients to complete the OAuth flow independently and pass credentials as context, ensuring a separation between credential storage and server implementation. It offers core Twitter operations such as searching tweets, retrieving user tweets, posting tweets, and replying to tweets, while handling token refresh automatically. Designed for containerization and built on the standard Python requests library, it provides a reliable and environment-independent setup for Twitter API integration.
Key Features
- Search tweets using Twitter API
- Post new tweets and reply to existing tweets
- Get recent tweets and replies by a specific user
- Refresh access tokens separately
- Automatic refresh token handling
Use Cases
- Integrating Twitter functionality into applications without managing credentials directly
- Automating Twitter interactions in headless environments
- Simplifying Twitter API access for applications using MCP architecture