Submit

Twitter Cookie mcpServer

@dewkiks

Twitter MCP Server Enhanced fork of gkydev/twitter-mcp-server with configuration-based authentication. Enable AI assistants to interact with Twitter using cookie-based authentication managed via config files instead of prompt-embedded tokens. Supports comprehensive Twitter operations including posting tweets, managing interactions (likes, retweets, replies), accessing timelines, sending direct messages, searching content, and retrieving trending topics. Perfect for social media automation, content analysis, and Twitter workflow integration with enhanced security practices.

Tools

Server Config

{
  "mcpServers": {
    "twitter": {
      "command": "python",
      "args": [
        "./path/to/server.py"
      ],
      "env": {
        "TWITTER_CT0": "your_ct0_here",
        "TWITTER_AUTH_TOKEN": "your_auth_token_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.