@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 密钥
前往开发者 → API 密钥与代理(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-mcp系统会提示你输入 Replynodes 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>基于 OAuth 的连接器流程也可在 https://app.replynodes.com/api/mcp-oauth 获取,适用于支持 MCP OAuth 发现而非静态 API 密钥的客户端。
可用工具
工具 | 说明 |
| 列出你的群组/客户,用于筛选集成 |
| 列出已连接的社交集成(渠道),可选地限定到某个群组 |
| 获取向给定集成安排帖子所需的模式/必填字段 |
| 一旦你拥有集成所需的 ID/字段,触发集成操作 |
| 向一个或多个集成安排帖子 |
| 列出当前组织的帖子,最新在前 |
| 就地编辑现有帖子 |
| 读取已发布帖子的表现数据 |
| 向 ReplyNodes 代理提问 |
| 将公共 URL 或粘贴的来源转换为带来源的简报和草稿 |
| 创建标准化简报和三个分发角度 |
| 生成要附加到帖子的图片 |
| 生成视频内容并解析提供商特定的选项 |
| 从公共 URL 将远程图片/视频上传到媒体库 |
工具的可用性取决于你的 Replynodes 套餐和已连接集成。
环境变量
变量 | 必需 | 说明 |
| 是 | 你的 Replynodes API 密钥 |
| 否 | 覆盖远程 MCP 端点(默认为 |
任何传递给 replynodes-mcp 的额外 CLI 参数都会被转发给 mcp-remote(例如 --debug)。
安全性
你的 API 密钥可访问你的 Replynodes 组织。它仅作为 Bearer 令牌直接发送到 app.replynodes.com —— 此包不会将其传输到任何其他地方。请像对待密码一样对待它;如果泄露,请在开发者 → API 密钥与代理(app.replynodes.com/developers)中轮换它。
相关
想找这一体系的代理端——在内容进入 integrationSchedulePostTool(又名 schedulePostTool)之前负责起草、审查和准备内容的技能?请参阅 Awesome Social Media Skills,这是一个面向社交内容的可移植 AI 代理技能开源库,其中包含 快速入门,展示了二者如何配合使用。
许可证
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