Twitter MCP サーバー
この MCP サーバーにより、クライアントは Twitter と対話してツイートを投稿したり、Twitter を検索したりできるようになります。
クイックスタート
- Twitter開発者アカウントを作成し、 Twitter開発者ポータルからAPIキーを取得します。
- この構成を Claude Desktop 構成ファイルに追加します。
Windows : %APPDATA%\Claude\claude_desktop_config.json
macOS : ~/Library/Application Support/Claude/claude_desktop_config.json
- Claudeデスクトップを再起動します
これで完了です。Claude は次の 2 つのツールを通じて Twitter を操作できるようになりました。
post_tweet
: 新しいツイートを投稿するsearch_tweets
: ツイートを検索する
使用例
クロードに聞いてみてください:
- 「『クロードからこんにちは!』ってツイートしてもらえますか?」
- 「クロードAIに関するツイートを検索できますか?」
トラブルシューティング
ログは次の場所にあります:
- Windows :
%APPDATA%\Claude\logs\mcp-server-twitter.log
- macOS :
~/Library/Logs/Claude/mcp-server-twitter.log
発達
貢献したりソースから実行したりしたい場合:
- リポジトリをクローンします。
- 依存関係をインストールします:
- 建てる:
- 走る:
評価の実行
evalsパッケージはmcpクライアントをロードし、index.tsファイルを実行するため、テスト間でリビルドする必要はありません。npxコマンドの先頭に環境変数をロードすることもできます。完全なドキュメントはこちらでご覧いただけます。
ライセンス
マサチューセッツ工科大学
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Claude が Twitter とやり取りしてツイートを投稿したり、Twitter コンテンツを検索したりできるようにする MCP サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that allows Claude to create, manage and publish X/Twitter posts directly through the chat interface.Last updated -535PythonMIT License
- -security-license-qualityAn MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.Last updated -TypeScript
- -securityAlicense-qualityA headless MCP server that provides Twitter API access without requiring local credential setup, enabling core Twitter operations like searching tweets, getting user tweets, posting tweets, and replying to tweets.Last updated -PythonMIT License
- -securityFlicense-qualityAn MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.Last updated -JavaScript