Replynodes MCP Server
Rank #30,037io.github.replynodes/mcp
Connect AI agents to Replynodes over the Model Context Protocol.
Replynodes MCP Server is a Model Context Protocol (MCP) server published by replynodes. It ranks #30,037 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Replynodes MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 102,076 of 132,113 servers on MCP Toplist.
Use Replynodes MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http replynodes https://app.replynodes.com/api/mcpclaude mcp add replynodes -e "REPLYNODES_API_KEY=<your REPLYNODES_API_KEY>" -- npx -y @replynodes/mcpReplace each placeholder with your own value before saving.
[mcp_servers.replynodes]
url = "https://app.replynodes.com/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.replynodes]
command = "npx"
args = ["-y", "@replynodes/mcp"]
[mcp_servers.replynodes.env]
REPLYNODES_API_KEY = "<your REPLYNODES_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://app.replynodes.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"replynodes": {
"command": "npx",
"args": [
"-y",
"@replynodes/mcp"
],
"env": {
"REPLYNODES_API_KEY": "<your REPLYNODES_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"replynodes": {
"url": "https://app.replynodes.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"replynodes": {
"command": "npx",
"args": [
"-y",
"@replynodes/mcp"
],
"env": {
"REPLYNODES_API_KEY": "<your REPLYNODES_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"replynodes": {
"type": "http",
"url": "https://app.replynodes.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"replynodes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@replynodes/mcp"
],
"env": {
"REPLYNODES_API_KEY": "<your REPLYNODES_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"replynodes": {
"serverUrl": "https://app.replynodes.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"replynodes": {
"command": "npx",
"args": [
"-y",
"@replynodes/mcp"
],
"env": {
"REPLYNODES_API_KEY": "<your REPLYNODES_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"replynodes": {
"url": "https://app.replynodes.com/api/mcp"
}
}
}{
"mcpServers": {
"replynodes": {
"command": "npx",
"args": [
"-y",
"@replynodes/mcp"
],
"env": {
"REPLYNODES_API_KEY": "<your REPLYNODES_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.replynodes%2Fmcp)<a href="https://mcptoplist.com/server/io.github.replynodes%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.replynodes%2Fmcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
replynodes
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Aug 20, 2026 |
| 0.1.2 | Jul 24, 2026 |
Frequently asked questions
- Who maintains Replynodes MCP Server?
- Replynodes MCP Server is maintained by replynodes, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Replynodes MCP Server listed on the Official MCP Registry?
- Yes — Replynodes MCP Server is listed on the Official MCP Registry.
- How many versions does Replynodes MCP Server have?
- MCP Toplist tracks 2 versions of Replynodes MCP Server, most recently published on Aug 20, 2026.
- Where can I find the source code for Replynodes MCP Server?
- The source code for Replynodes MCP Server is hosted at github.com/replynodes/replynodes-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.