MCP server for Twitter interaction
Top 98.2% on sourcepulse
This project provides a Model Context Protocol (MCP) server that enables AI models, specifically Claude Desktop, to interact with Twitter for posting tweets and searching for content. It targets users who want to integrate Twitter functionality into their AI workflows.
How It Works
The server acts as a bridge between an AI assistant and the Twitter API. It's launched via npx
and configured with Twitter API keys and access tokens. The AI assistant then calls predefined tools (post_tweet
, search_tweets
) which are translated into API requests by the MCP server. This approach simplifies AI-to-Twitter integration by abstracting the complexities of API authentication and request formatting.
Quick Start & Requirements
npx -y @enescinar/twitter-mcp
.Highlighted Details
post_tweet
and search_tweets
tools for AI interaction.Maintenance & Community
The project is maintained by EnesCinr. No specific community channels or roadmap are detailed in the README.
Licensing & Compatibility
Limitations & Caveats
The project is primarily designed for Claude Desktop integration. Functionality outside of this specific AI assistant is not detailed.
2 weeks ago
1 day