ソーシャルメディアサーバー
ソーシャル メディアの投稿を管理するための Model Context Protocol (MCP) サーバー。現在 X (旧 Twitter) をサポートしています。
特徴
- Xにメッセージを投稿する(Twitter)
- Xでスレッドを作成
- 既存のスレッドに返信する
- フィルタリングオプション付きのX件の投稿を一覧表示する
- プラットフォーム情報エンドポイント
前提条件
- Node.js 16以上
- Twitter API 認証情報
- APIキー
- APIシークレット
- アクセストークン
- アクセスシークレット
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用のソーシャル メディア サーバーを自動的にインストールするには:
手動インストール
- リポジトリをクローンする
- 依存関係をインストールします:
- Twitter の認証情報を使用して .env ファイルを作成します。
建物
プロジェクトをビルドするには、次のコマンドを実行します。
利用可能なツール
post_to_x
- Xにメッセージを投稿する- 必須:
content
(文字列) - オプション:
threadId
(文字列)
- 必須:
create_x_thread
- X に新しいスレッドを作成する- 必須:
content
(文字列)
- 必須:
list_x_post
- オプションのフィルタリングを使用してX件の投稿を一覧表示します- オプション:
limit
(数値) - オプション:
threadId
(文字列)
- オプション:
リソース
サーバーは、次の方法でプラットフォーム情報を提供します。
socialmedia://platforms/x
発達
このプロジェクトはTypeScriptを使用し、モデルコンテキストプロトコル仕様に準拠しています。メインのサーバー実装はindex.tsにあり、型はtypes.tsで定義されています。
ライセンス
このプロジェクトはMITライセンスの下でライセンスされています
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.
ソーシャル メディアの投稿を管理するための Model Context Protocol (MCP) サーバー。現在 X (旧 Twitter) をサポートしています。
Related MCP Servers
- -securityFlicense-qualityThis server provides a standardized framework using the Model Context Protocol (MCP) to seamlessly integrate and manage diverse tools, enabling features like Twitter automation, cryptocurrency updates, and ElizaOS interaction.Last updated -2Python
- AsecurityAlicenseAquality🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi), AI tools (Perplexity, FastGPT), and content processing services (Jina AI, Kagi). Combines search, AI responses, content processing, and enhancement features through a single interface.Last updated -156588TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables Claude or other LLMs to fetch content from URLs, supporting HTML, JSON, text, and images with configurable request parameters.Last updated -PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI models and applications to interact directly with Twitter/X, providing capabilities to create posts, reply to tweets, retrieve user data, and manage account actions.Last updated -874TypeScriptMIT License