Back to directory
vidhupv/x-mcp

vidhupv/x-mcp

@vidhupv

通过Claude聊天直接创建、管理和发布X/Twitter帖子的MCP服务器

twitterxsocial-mediamcpclaudeaiautomationpostingtool

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
2026/6/12
Updated
2026/6/13