MCP Server
MCP
io.github.replynodes/mcp
Connect AI agents to Replynodes over the Model Context Protocol.
Install
npx -y @replynodes/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://app.replynodes.com/api/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@replynodes/mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ReplyNodes API key (app.replynodes.com → Developers → API Keys & Agents)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "REPLYNODES_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment