How to Use the Node-RED MCP in Claude Code
Manage Node-RED deployments directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Node-RED MCP to Claude Code
Create your Vinkius account to connect Node-RED to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script your Node-RED deployments
The `set_flows` and `get_flows` tools enable headless configuration management for your automation pipelines. You can pipe a local JSON file containing your updated nodes directly into Claude Code, and it will push the entire state to the server in one command. This replaces manual browser imports with repeatable terminal operations. If you need to back up the current state before a migration, your CLI agent grabs the active workspace and writes it to your local filesystem automatically.
Claude Code MCP Server integration
The `update_flow` tool allows targeted modifications to specific Node-RED tabs during automated build steps. Instead of overwriting the entire environment, your script can inject a single new route or modify a webhook handler while leaving the rest of the system untouched. Adding new components is just as fast. Running a command to add a feature prompts the agent to use `install_node`, pulling the required package into the runtime environment before deploying the flow that depends on it.
Monitor instances from the command line
The `get_diagnostics` tool pulls CPU, memory, and JavaScript runtime stats straight to your standard output. You can set up a cron job where Claude Code checks the health of your instance every hour and alerts you if memory usage crosses a threshold. Auditing the environment takes seconds. Your agent runs `get_settings` and `get_nodes` to dump the current configuration and installed packages, letting you verify that your production instance matches your staging environment without ever touching a GUI.
Set up Node-RED MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seenode-red-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Node-RED transactions." It will automatically discover and invoke the available Node-RED tools.
claude mcp add --transport http node-red-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Node-RED MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Node-RED MCP today
We host it, we monitor it, we maintain it. You just paste one token.