@replynodes/mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@replynodes/mcpschedule a post to my social channels for tomorrow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@replynodes/mcp
Connect Claude, Cursor, Codex, OpenClaw, or any other Model Context Protocol client to your Replynodes account, so your AI agent can list your social channels, schedule posts, generate images/video for posts, and manage your Replynodes workspace directly from chat.
Replynodes already runs a remote MCP server
(https://app.replynodes.com/api/mcp). This package is a thin,
zero-maintenance bridge for MCP clients that only support local (stdio)
servers — it forwards everything to that remote server using
mcp-remote, and authenticates
with your Replynodes API key.
If your client already supports remote MCP servers natively (e.g. Claude.ai custom connectors, Claude Code, VS Code Copilot), you don't need this package at all — see Native remote MCP below.
Get an API key
Log in to app.replynodes.com.
Go to Settings → API Keys and create a key.
Keep it secret — it grants full access to your Replynodes organization.
Related MCP server: social-mic-mcp
Setup
Claude Code (as a plugin)
This repo is also a Claude Code plugin marketplace, so you can install it with:
/plugin marketplace add replynodes/replynodes-mcp
/plugin install replynodes-mcp@replynodes-mcpYou'll be prompted for your Replynodes API key; Claude Code stores it and starts the MCP server for you.
Claude Desktop / Claude Code (manual MCP config)
Add to your MCP config (claude_desktop_config.json or .mcp.json):
{
"mcpServers": {
"replynodes": {
"command": "npx",
"args": ["-y", "@replynodes/mcp"],
"env": {
"REPLYNODES_API_KEY": "your-api-key-here"
}
}
}
}Cursor / Windsurf
Same shape, under Cursor's mcp.json / Windsurf's MCP settings:
{
"mcpServers": {
"replynodes": {
"command": "npx",
"args": ["-y", "@replynodes/mcp"],
"env": { "REPLYNODES_API_KEY": "your-api-key-here" }
}
}
}Codex CLI / OpenClaw / other agent frameworks
Run it directly as a stdio command:
REPLYNODES_API_KEY=your-api-key-here npx -y @replynodes/mcpPoint your framework's MCP tool config at that command the same way you would configure any other stdio MCP server.
Native remote MCP (no install)
Clients that speak remote MCP directly can skip this package entirely and connect straight to:
URL: https://app.replynodes.com/api/mcp
Header: Authorization: Bearer <your-api-key>An OAuth-based connector flow is also available at
https://app.replynodes.com/api/mcp-oauth for clients that support MCP OAuth
discovery instead of static API keys.
Available tools
Tool | What it does |
| List your groups/customers, for filtering integrations |
| List connected social integrations (channels), optionally scoped to a group |
| Get the schema/required fields for scheduling a post to a given integration |
| Trigger an integration action once you have the ids/fields it needs |
| Schedule a post to one or more integrations |
| Generate an image to attach to a post |
| Generate video content and resolve provider-specific options |
| Upload a remote image/video into the media library from a public URL |
Tool availability depends on your Replynodes plan and connected integrations.
Environment variables
Variable | Required | Description |
| yes | Your Replynodes API key |
| no | Override the remote MCP endpoint (defaults to |
Any extra CLI arguments passed to replynodes-mcp are forwarded to
mcp-remote (e.g. --debug).
Security
Your API key grants access to your Replynodes organization. It is only used
as a Bearer token sent directly to app.replynodes.com — this package does
not transmit it anywhere else. Treat it like a password; rotate it in
Settings → API Keys if it leaks.
License
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
- Alicense-qualityAmaintenanceConnects MCP clients (Claude Desktop, Cursor, Cline, Zed) to llmsproxy.ai, exposing chat, coding, and retrieval capabilities as MCP tools, resources, and prompts.Last updated28Apache 2.0
- Alicense-qualityCmaintenanceEnables generating, scheduling, and publishing social media posts via Claude or an agent through the MCP protocol.Last updated43MIT
- Alicense-qualityBmaintenanceGive any AI agent — Claude, Cursor, Windsurf, or any MCP-compatible client — full control over your social media through natural language.Last updated31MIT
- Alicense-qualityDmaintenanceConnects AI assistants like Claude to productivity tools such as Notion, Monday, Jira, and Slack via a remote MCP integration hub.Last updated109MIT
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.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
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