Twitter MCPツール
このリポジトリには、Pythonを使ってソーシャルメディアのタスクを効率化するために設計されたTwitter MCPツールが含まれています。ツイート、ユーザー名の変更履歴、最近のツイートの取得、ユーザーへのダイレクトメッセージの送信などの機能が含まれています。
特徴
1.ツイート投稿
画像付きまたは画像なしのツイートを Twitter に直接投稿します。
2.ユーザー名の変更を照会する
任意の Twitter アカウントのユーザー名の変更履歴を追跡します。
3.最近のツイートを取得する
公開されている Twitter ユーザーのタイムラインから最新のツイートを取得します。
4.ダイレクトメッセージ(DM)を送信する
Twitter ユーザーに直接プライベート メッセージを送信します。
Related MCP server: Twitter MCP Server
依存関係のインストールと実行
リポジトリをクローンする
git clone https://github.com/jalaj-pandey/twitter-mcp-tool.git依存関係をインストールします:
uv venv .venv\Scripts\activate pip install -r requirements.txt mcp dev script.pyクロードデスクトップにインストールしたい場合は、
pip install script.py次のキーを含む
.envファイルを作成します。X_api_key=<your_twitter_api_key> X_api_key_sec=<your_twitter_api_secret> X_access_token=<your_twitter_access_token> X_access_token_sec=<your_twitter_access_token_secret> X_bearer_token=<your_twitter_bearer_token> GEMINI_API_KEY=<your_gemini_api_key>
使用法
claude デスクトップを開くと、Twitter MCP ツールが使用できる状態になっていることがわかります。
そうでない場合は、 config.jsonをclaude_desktop_config.jsonにコピー&ペーストしてください。
フォルダ構造
.
├── script.py # MCP core logic
├── .env # Environment variables
├── requirements.txt # Python dependencies
├── config.json # config file for claude desktop
└── readme.md # Project documentationThis server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.