A Model Context Protocol (MCP) server that integrates with X using the @elizaOS `agent-twitter-client` package, allowing AI models to interact with Twitter without direct API access.
The repository implements an MCP server acting as an intermediary between AI models and the Twitter API. It utilizes a modular design with different authentication methods (cookies, username/password, API keys). The server exposes a set of tools that AI agents can utilize through a well-defined interface, effectively abstracting away the complexities of the Twitter API.
TypeScript
1