
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@replynodes/mcp
Advanced tools
Connect AI agents (Claude, Cursor, Codex, OpenClaw, etc.) to Replynodes over the Model Context Protocol.
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.
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"
}
}
}
}
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" }
}
}
}
Run it directly as a stdio command:
REPLYNODES_API_KEY=your-api-key-here npx -y @replynodes/mcp
Point your framework's MCP tool config at that command the same way you would configure any other stdio MCP server.
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.
| Tool | What it does |
|---|---|
groupList | List your groups/customers, for filtering integrations |
integrationList | List connected social integrations (channels), optionally scoped to a group |
integrationSchema | Get the schema/required fields for scheduling a post to a given integration |
triggerTool | Trigger an integration action once you have the ids/fields it needs |
schedulePostTool | Schedule a post to one or more integrations |
generateImageTool | Generate an image to attach to a post |
generateVideoTool / generateVideoOptions / videoFunctionTool | Generate video content and resolve provider-specific options |
uploadFromUrlTool | Upload a remote image/video into the media library from a public URL |
Tool availability depends on your Replynodes plan and connected integrations.
| Variable | Required | Description |
|---|---|---|
REPLYNODES_API_KEY | yes | Your Replynodes API key |
REPLYNODES_MCP_URL | no | Override the remote MCP endpoint (defaults to https://app.replynodes.com/api/mcp) |
Any extra CLI arguments passed to replynodes-mcp are forwarded to
mcp-remote (e.g. --debug).
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.
MIT
FAQs
Connect AI agents (Claude, Cursor, Codex, OpenClaw, etc.) to Replynodes over the Model Context Protocol.
The npm package @replynodes/mcp receives a total of 33 weekly downloads. As such, @replynodes/mcp popularity was classified as not popular.
We found that @replynodes/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.