node-red-mcp-server

node-red-mcp-server

3.4

If you are the rightful owner of node-red-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Model Context Protocol (MCP) server for Node-RED — allows language models (like Claude, GPT) to interact with Node-RED through a standardized API.

The `node-red-mcp-server` acts as a bridge between language models and the Node-RED platform, enabling automation and control of Node-RED flows through the Model Context Protocol (MCP). This server facilitates the retrieval and updating of Node-RED flows, management of tabs and nodes, and access to settings and runtime states. It allows language models to programmatically interact with Node-RED, making it possible to automate tasks and visualize flows and statistics. The server can be installed globally or locally and configured via command line or environment variables. It supports integration with language models like Claude, enabling them to interact with Node-RED instances through MCP tools.

Features

  • Retrieve and update Node-RED flows via MCP
  • Manage tabs and individual nodes
  • Search for nodes by type or properties
  • Access settings and runtime state
  • Trigger inject nodes remotely

Tools

  1. Flow Tools

    Includes tools like get-flows, update-flows, list-tabs, and visualize-flows.

  2. Node Tools

    Tools for node management such as inject, get-nodes, and find-nodes-by-type.

  3. Settings Tools

    Tools to access Node-RED runtime settings and diagnostics.

  4. Utility Tools

    Includes api-help for Node-RED API assistance.