mcp-twitter-noauth
If you are the rightful owner of mcp-twitter-noauth and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A MCP server providing Twitter API access without local credential setup, enabling core Twitter operations.
The MCP Twitter NoAuth Server is a Model Context Protocol server designed to facilitate seamless interaction with the Twitter API without the need for local credential or token setup. It supports essential Twitter operations such as searching tweets, retrieving user tweets, posting tweets, and replying to tweets. The server is designed to operate headlessly in remote environments, ensuring a decoupled architecture where clients can independently complete the OAuth flow and pass credentials as context. This separation enhances security by keeping credential storage distinct from server implementation. The server is Docker-ready, allowing for easy deployment in isolated environments, and is built on reliable Python libraries for robust Twitter API integration.
Features
- Search tweets using Twitter API
- Get recent tweets by a specific user
- Post new tweets
- Reply to existing tweets
- Automatic refresh token handling