AI Agents MCP Servers Workflows Blog Submit
N

Node-RED MCP

IoT Free Open Source

Integrate AI with Node-RED flow programming. Create flows, deploy nodes, debug messages, and automate IoT workflows via MCP.

What is Node-RED MCP?

Node-RED MCP connects AI assistants to Node-RED, the popular flow-based programming tool for IoT and automation. Built on Node.js, Node-RED provides a visual editor for wiring together devices, APIs, and services.

Flow Generation

Describe the automation workflow you need, and Node-RED MCP can generate the flow JSON with properly configured nodes, connections, and settings. AI models understand Node-RED's node types and wiring conventions.

Configuration

{
  "mcpServers": {
    "nodered": {
      "command": "npx",
      "args": ["node-red-mcp"],
      "env": {
        "NODERED_URL": "http://localhost:1880",
        "NODERED_TOKEN": "your_api_token"
      }
    }
  }
}

Use Cases

Node-RED MCP is invaluable for IoT developers building device integrations, automation engineers creating complex workflows, and anyone who uses Node-RED for connecting systems and services.

Key Features

  • Create and modify Node-RED flows programmatically
  • Deploy and manage flow configurations
  • Debug message flows in real-time
  • Access Node-RED's extensive node library
  • Monitor flow execution and errors
  • Import and export flow JSON definitions