@replynodes/mcp
Official@replynodes/mcp
Claude、Cursor、Codex、OpenClaw、Hermes、またはその他の Model Context Protocol クライアントを Replynodes アカウントに接続して、AIエージェントがソーシャルチャンネルの一覧表示、投稿のスケジュール、投稿用の画像・動画の生成、Replynodesワークスペースの管理をチャットから直接行えるようにします。
ReplynodesはすでにリモートMCPサーバー(https://app.replynodes.com/api/mcp)を実行しています。このパッケージは、ローカル(stdio)サーバーのみをサポートするMCPクライアント向けの、軽量でメンテナンス不要のブリッジです。すべての通信を mcp-remote を使用してそのリモートサーバーに転送し、Replynodes APIキーで認証します。
クライアントがリモート MCPサーバーをネイティブにサポートしている場合(例:Claude.aiカスタムコネクタ、Claude Code、VS Code Copilot)、このパッケージはまったく必要ありません。以下の ネイティブリモートMCP を参照してください。
APIキーを取得する
app.replynodes.com にログインします。
Developers → API Keys & Agents(app.replynodes.com/developers)に移動し、キーを作成します。
秘密にしてください。Replynodes組織へのフルアクセスを許可します。
Related MCP server: social-mic-mcp
セットアップ
Claude Code(プラグインとして)
このリポジトリはClaude Codeのプラグインマーケットプレイスでもあるため、次のコマンドでインストールできます:
/plugin marketplace add replynodes/replynodes-mcp
/plugin install replynodes-mcp@replynodes-mcpReplynodes APIキーの入力を求められます。Claude Codeがそれを保存し、MCPサーバーを起動します。
Claude Desktop / Claude Code(手動MCP設定)
MCP設定(claude_desktop_config.json または .mcp.json)に追加します:
{
"mcpServers": {
"replynodes": {
"command": "npx",
"args": ["-y", "@replynodes/mcp"],
"env": {
"REPLYNODES_API_KEY": "your-api-key-here"
}
}
}
}Cursor / Windsurf
同じ形式で、Cursorの mcp.json / WindsurfのMCP設定に追加します:
{
"mcpServers": {
"replynodes": {
"command": "npx",
"args": ["-y", "@replynodes/mcp"],
"env": { "REPLYNODES_API_KEY": "your-api-key-here" }
}
}
}Codex CLI / OpenClaw / その他のエージェントフレームワーク
stdioコマンドとして直接実行します:
REPLYNODES_API_KEY=your-api-key-here npx -y @replynodes/mcpフレームワークのMCPツール設定を、他のstdio MCPサーバーを設定するのと同じ方法でそのコマンドに向けます。
ネイティブリモートMCP(インストール不要)
リモートMCPを直接サポートするクライアントは、このパッケージを完全にスキップして、次に直接接続できます:
URL: https://app.replynodes.com/api/mcp
Header: Authorization: Bearer <your-api-key>静的APIキーの代わりにMCP OAuthディスカバリをサポートするクライアント向けに、https://app.replynodes.com/api/mcp-oauth でOAuthベースのコネクタフローも利用できます。
利用可能なツール
ツール | 説明 |
| グループ/顧客を一覧表示し、インテグレーションのフィルタリングに使用します |
| 接続済みのソーシャルインテグレーション(チャンネル)を一覧表示します。グループ単位で絞り込むことも可能です |
| 指定したインテグレーションに投稿をスケジュールするためのスキーマ/必須フィールドを取得します |
| 必要なID/フィールドが揃ったら、インテグレーションアクションをトリガーします |
| 1つ以上のインテグレーションに投稿をスケジュールします |
| 現在の組織の投稿を新しい順に一覧表示します |
| 既存の投稿をその場で編集します |
| 公開済み投稿のパフォーマンスを読み取ります |
| ReplyNodesエージェントに質問します |
| 公開URLまたは貼り付けたソースを、ソース付きのブリーフと下書きに変換します |
| 正規化されたブリーフと3つの配信アングルを作成します |
| 投稿に添付する画像を生成します |
| 動画コンテンツを生成し、プロバイダー固有のオプションを解決します |
| 公開URLからリモートの画像/動画をメディアライブラリにアップロードします |
ツールの利用可否は、Replynodesのプランと接続済みインテグレーションによって異なります。
環境変数
変数 | 必須 | 説明 |
| 必須 | あなたのReplynodes APIキー |
| 任意 | リモートMCPエンドポイントを上書きします(デフォルトは |
replynodes-mcp に渡された追加のCLI引数は mcp-remote に転送されます(例:--debug)。
セキュリティ
APIキーはReplynodes組織へのアクセスを許可します。このキーは app.replynodes.com に直接送信されるBearerトークンとしてのみ使用され、このパッケージが他の場所に送信することはありません。パスワードと同様に扱い、漏えいした場合は Developers → API Keys & Agents(app.replynodes.com/developers)でローテーションしてください。
関連情報
このエージェント側、つまり integrationSchedulePostTool(別名 schedulePostTool)に到達する前にコンテンツを下書き・レビュー・準備するスキルをお探しですか? Awesome Social Media Skills をご覧ください。ソーシャルコンテンツ向けの移植可能なAIエージェントスキルのオープンソースライブラリで、クイックスタート ではこの2つをどう組み合わせるかを説明しています。
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceConnects MCP clients (Claude Desktop, Cursor, Cline, Zed) to llmsproxy.ai, exposing chat, coding, and retrieval capabilities as MCP tools, resources, and prompts.12Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables generating, scheduling, and publishing social media posts via Claude or an agent through the MCP protocol.17MIT
- AlicenseAqualityBmaintenanceGive any AI agent — Claude, Cursor, Windsurf, or any MCP-compatible client — full control over your social media through natural language.2113MIT
- AlicenseBqualityDmaintenanceConnects AI assistants like Claude to productivity tools such as Notion, Monday, Jira, and Slack via a remote MCP integration hub.7143MIT
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Clip videos into captioned shorts, add captions & schedule posts — from Claude, ChatGPT, Cursor.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/replynodes/replynodes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server