MCP connector for Replynodes — let AI agents (Claude, Cursor, Codex, OpenClaw) schedule posts, list channels, and generate media via the Model Context Protocol.
claude mcp add replynodes-mcp -- npx -y @replynodes/mcp{
"mcpServers": {
"replynodes-mcp": {
"command": "npx",
"args": ["-y", "@replynodes/mcp"],
"env": {
"REPLYNODES_API_KEY": "<replynodes_api_key>"
}
}
}
}REPLYNODES_API_KEYResumen de MCP Servers
# @replynodes/mcp
[](https://www.npmjs.com/package/@replynodes/mcp)
[](https://github.com/replynodes/replynodes-mcp/blob/master/LICENSE)
Connect Claude, Cursor, Codex, OpenClaw, or any other [Model Context
Protocol](https://modelcontextprotocol.io) client to your
[Replynodes](https://replynodes.com) 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`](https://www.npmjs.com/package/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](#native-remote-mcp-no-install) below.
## Get an API key
1. Log in to [app.replynodes.com](https://app.replynodes.com).
2. Go to **Settings → API Keys** and create a key.
3. Keep it secret — it grants full access to your Replynodes organization.
## Setup
### Claude Desktop / Claude Code
Add to your MCP config (`claude_desktop_config.json` or `.mcp.json`):
```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:
```json
{
"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:
```bash
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.
### 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 |
| --- | --- |
| `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.
## Environment variables
| 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`).
## 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
Lo que la gente pregunta sobre replynodes-mcp
¿Qué es replynodes/replynodes-mcp?
+
replynodes/replynodes-mcp es mcp servers para el ecosistema de Claude AI. MCP connector for Replynodes — let AI agents (Claude, Cursor, Codex, OpenClaw) schedule posts, list channels, and generate media via the Model Context Protocol. Tiene 3 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala replynodes-mcp?
+
Puedes instalar replynodes-mcp clonando el repositorio (https://github.com/replynodes/replynodes-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar replynodes/replynodes-mcp?
+
replynodes/replynodes-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene replynodes/replynodes-mcp?
+
replynodes/replynodes-mcp es mantenido por replynodes. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a replynodes-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega replynodes-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/replynodes-replynodes-mcp)<a href="https://claudewave.com/repo/replynodes-replynodes-mcp"><img src="https://claudewave.com/api/badge/replynodes-replynodes-mcp" alt="Featured on ClaudeWave: replynodes/replynodes-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!