kunallunia/twitter-mcp
All-in-one Twitter management solution providing timeline access, user tweet retrieval, hashtag monitoring, conversation analysis, direct messaging, sentiment analysis of a post, and complete post lifecycle control - all through a streamlined API.
Quick Start
Clone the repository:
git clone https://github.com/LuniaKunal/mcp-twitterClaude Desktop configuration example:
{
"mcpServers": {
"mcp-twitter": {
"command": "npx",
"args": [
"-y",
"kunallunia/twitter-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.