mcpbeat Sign in

Nr MCP Server

by texan-nxtassist Your server? Claim it
local only

Nr MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from pypi. Last commit 26 Mar 2026.

MCP server for Node-RED — safe deploy, optimistic locking, smart search, 13 tools

Installs per day peak 37 · avg 17 · +8% w/w
a month agotoday
104
Installs / week
pypi · nr-mcp
1
Stars
0 open issues
26 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Nr MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nr-mcp -- uvx nr-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nr-mcp": {
      "args": [
        "nr-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nr-mcp]
command = "uvx"
args = ["nr-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nr-mcp": {
      "args": [
        "nr-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nr-mcp": {
      "args": [
        "nr-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: NR_URL (Node-RED base URL (default: http://localhost:1880)), NR_TOKEN (Bearer token for Node-RED authentication), NR_USER (Username for Basic Auth), NR_PASS (Password for Basic Auth). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nr MCP

same job, measured the same way
Agenticorg
by mishrasanjeev

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

42 installs/wk local only
Safe SSH MCP
by areso

A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands

215 installs/wk local only
Runcomfy MCP
by runcomfy-com

Remote MCP for RunComfy: ComfyUI deployments, hosted models, LoRA training. 31 tools.

10 tools answering
Obsd Launchpad
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.

51 installs/wk local only
Dr.Deploy
by dr-deploy

MCP tools for drdeploy: scan deployed sites, list, get findings, check status.

42 installs/wk local only
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

68 installs/wk local only
Mysql MCP
by neverinfamous

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

local only
Local YDB MCP
by astandrik

Operate local-ydb deployments through local or SSH-backed MCP tools.

144 installs/wk local only

Nr MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nr MCP?
Nr MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package nr-mcp was installed 104 times last week.
How do I connect Nr MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls nr-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Nr MCP?
The pypi package nr-mcp was installed 104 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nr MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.