Back to directory
souravkumarbarman/twitter-mcp-server

souravkumarbarman/twitter-mcp-server

@SouravKumarBarman

Model Context Protocol server enabling Claude Desktop to interact with Twitter - post tweets, analyze content, and create structured tweets

twittermcpclaude-desktopsocial-mediaapiai-agenttool

Installation & Configuration

{
  "mcpServers": {
    "twitter-mcp-server": {
      "command": "npm",
      "args": [
        "--prefix",
        "/path/to/twitter-mcp-server",
        "start"
      ],
      "env": {
        "TWITTER_API_KEY": "your_api_key",
        "TWITTER_API_SECRET": "your_api_secret",
        "TWITTER_ACCESS_TOKEN": "your_access_token",
        "TWITTER_ACCESS_SECRET": "your_access_secret"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15