Back to directory
x-mcp

x-mcp

@vidhupv59

An MCP server to create, manage and publish X/Twitter posts directly through Claude chat

twitterxsocialclaudemcpother

Installation & Configuration

{
  "mcpServers": {
    "x_mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/x-mcp",
        "run",
        "x-mcp"
      ],
      "env": {
        "TWITTER_API_KEY": "your_api_key",
        "TWITTER_API_SECRET": "your_api_secret",
        "TWITTER_ACCESS_TOKEN": "your_access_token",
        "TWITTER_ACCESS_TOKEN_SECRET": "your_access_token_secret"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2024/12/4
Updated
2025/7/13