Skip to main content
Glama
indigo323

nodered-mcp

by indigo323

nodered-mcp

Minimal MCP server (Streamable HTTP) wrapping the Node-RED admin API. No third-party Node-RED client libraries — plain fetch calls only.

Tools

  • list_flows — GET /flows, returns tab id/label list

  • get_flow — GET /flow/:id

  • deploy_flow — PUT /flow/:id (single-tab replace, never touches other tabs). Reads the existing tab first and logs existing vs. incoming node count so an accidental overwrite is obvious.

  • create_flow — POST /flow (single new tab, not the whole flowset)

  • get_nodes — GET /nodes

  • get_context — GET /context/global (requires Context API enabled on the target instance)

  • install_modules — POST /nodes {module}. Runs npm install inside the Node-RED runtime. This is equivalent to shell access on that host — there is no allowlist. Do not expose this server to anything you wouldn't hand a shell to.

Related MCP server: mcp-n8n

Config

The container reads its config from a host-mounted .env file at /app/.env (loaded via dotenv/config), not from compose environment: entries or Portainer stack variables — see docker-compose.yml's volume mount. On the deployment host, create the secrets directory and file yourself (mode 700 / 600, root-owned) rather than entering values through Portainer's UI:

/opt/nodered-mcp/secrets/.env

using the format in .env.example:

  • NODE_RED_URL — base URL of the Node-RED instance

  • NODE_RED_USERNAME / NODE_RED_PASSWORD — HTTP Basic credentials for the auth proxy in front of Node-RED (sent as Authorization: Basic ...)

  • MCP_API_KEY — random key required as an x-api-key header on every request to /mcp. This server has no Node-RED-side auth of its own beyond what Node-RED enforces, so MCP_API_KEY is the only thing gating access to it directly — generate a long random value and don't reuse it elsewhere.

Run

docker compose up -d --build
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/indigo323/nodered-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server