agent-twitter-client-mcp

TypeScript

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.

Agent Frameworks
Function Calling
API Frameworks

Architecture and Design Patterns

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.

About

Language

TypeScript

Stars

1

Categories

Agent FrameworksFunction CallingAPI Frameworks