MCP.so
登录

node-red-mcp-server

@karavaev-evgeniy

关于 node-red-mcp-server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

karavaev-evgeniy

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is node-red-mcp-server?

Model Context Protocol (MCP) server for Node-RED — allows language models (like Claude, GPT) to interact with Node-RED through a standardized API. It provides tools to manage flows, nodes, and settings, enabling language models to automate and control Node-RED flows programmatically.

How to use node-red-mcp-server?

Install globally with npm install -g node-red-mcp-server or locally with npm install node-red-mcp-server. Run from the command line using node-red-mcp-server --url http://localhost:1880 --token YOUR_TOKEN, or configure via a .env file with NODE_RED_URL and NODE_RED_TOKEN. For integration with Claude Desktop, add a tool configuration in Settings → Advanced → Tool Configuration pointing to the server binary and providing the Node-RED URL and token. Programmatic usage is also supported via import { createServer } from 'node-red-mcp-server'.

Key features of node-red-mcp-server

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

Use cases of node-red-mcp-server

  • Automating flow deployment and modifications via an LLM
  • Remotely triggering inject nodes to start processes
  • Querying runtime diagnostics and settings for monitoring
  • Finding specific nodes across multiple flows by type or name
  • Programmatically managing flow tabs and node modules

FAQ from node-red-mcp-server

What are the requirements to run node-red-mcp-server?

Node.js v16 or newer is required. You also need a running Node-RED instance with HTTP API access enabled.

How do I configure the server with my Node-RED instance?

Provide the Node-RED base URL and API access token either via CLI arguments (--url, --token) or environment variables (NODE_RED_URL, NODE_RED_TOKEN).

How do I integrate node-red-mcp-server with Claude Desktop?

In Claude Desktop, go to Settings → Advanced → Tool Configuration and add a new tool configuration that runs the server binary (node-red-mcp-server.mjs) with the --verbose flag, setting NODE_RED_URL, NODE_RED_TOKEN, and optionally MCP_SERVER_PORT in the environment.

What MCP tools does the server provide?

It offers flow tools (get-flows, update-flows, list-tabs, create-flow, delete-flow, get-flows-state, set-flows-state, visualize-flows), node tools (inject, get-nodes, get-node-info, toggle-node-module, find-nodes-by-type, search-nodes), settings tools (get-settings, get-diagnostics), and a utility tool (api-help).

评论

其他 分类下的更多 MCP 服务器