nodered-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nodered-mcplist my Node-RED flows"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 listget_flow— GET /flow/:iddeploy_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 /nodesget_context— GET /context/global (requires Context API enabled on the target instance)install_modules— POST /nodes{module}. Runsnpm installinside 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/.envusing the format in .env.example:
NODE_RED_URL— base URL of the Node-RED instanceNODE_RED_USERNAME/NODE_RED_PASSWORD— HTTP Basic credentials for the auth proxy in front of Node-RED (sent asAuthorization: Basic ...)MCP_API_KEY— random key required as anx-api-keyheader on every request to/mcp. This server has no Node-RED-side auth of its own beyond what Node-RED enforces, soMCP_API_KEYis the only thing gating access to it directly — generate a long random value and don't reuse it elsewhere.
Run
docker compose up -d --buildThis server cannot be installed
Maintenance
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
- Flicense-qualityAmaintenanceA Model Context Protocol server for Node-RED integration, enabling AI agents to manage flows, install modules, and monitor Node-RED instances via natural language.Last updated1
- Alicense-qualityDmaintenanceMCP server for integrating with n8n, enabling workflow automation and management through natural language.Last updated3121MIT
- AlicenseDqualityFmaintenanceModel Context Protocol (MCP) server for Node-RED — allows language models (like Claude, GPT) to interact with Node-RED through a standardized API.Last updated2030039MIT
- AlicenseBqualityDmaintenanceModel Context Protocol (MCP) server for Node-RED that allows language models to interact with Node-RED through a standardized API.Last updated273544MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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