x-mcp

Yuma007708/x-mcp
★ 0 stars Python API Integration Updated 12d ago
X (Twitter) posting MCP server built with the official MCP Python SDK only — no third-party dependencies for OAuth 1.0a signing.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "x-mcp": {
      "command": "uvx",
      "args": [
        "x-mcp"
      ]
    }
  }
}

Or install with pip: pip install x-mcp

README Excerpt

X(Twitter)に投稿するための、依存最小の自作MCPサーバー。 X公式のMCPサーバーは存在しないため、コミュニティ製の野良MCPに頼らず、Anthropic公式のMCP Python SDK(`mcp`)のみを使って自作した。投稿処理(OAuth 1.0a署名)は標準ライブラリ(`hashlib`・`hmac`・`urllib`)のみで実装しており、それ以外の外部依存は無い。 - `post_tweet(text: str)` — 指定テキストをX APIの `POST /2/tweets` で投稿する。 - Python 3.10以上 - X Developer Portal([developer.x.com](https://developer.x.com))のアカウントとアプリ