byaali-1
0Exposes Twitter API functionalities like tweet posting, timeline retrieval, and search as JSON-RPC tools for MCP-compatible clients.
About
The Twitter MCP Server provides a convenient bridge to the Twitter API, allowing developers and applications to interact with Twitter's core features through a standardized Model Context Protocol (MCP) interface. It simplifies tasks such as publishing new tweets, fetching a user's timeline, or searching for specific content, all while handling OAuth1.0a authentication, configurable rate limiting, and robust error handling. Designed for seamless integration, it can be dropped into any MCP-compatible environment like VS Code or Copilot Chat, streamlining social media interactions within development workflows.
Key Features
- Post new tweets with optional reply functionality
- Search for tweets using query strings
- 0 GitHub stars
- Retrieve user timelines
- Configurable rate limiting for Twitter API calls
- OAuth1.0a authentication support
Use Cases
- Automating social media interactions programmatically
- Building custom applications that post tweets or retrieve timeline data
- Integrating Twitter functionalities into AI assistants or chatbots via MCP