Skip to main content
Social MediaPython

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.

social-medialocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/LuniaKunal/mcp-twitter

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-twitter": {
      "command": "npx",
      "args": [
        "-y",
        "kunallunia/twitter-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Social Media
Language
Python
Author
LuniaKunal