node-red-contrib-mcp-server

flic/node-red-contrib-mcp-server
★ 0 stars JavaScript Security Updated today
Generic Model Context Protocol (MCP) server nodes for Node-RED: expose flows as MCP tools behind an OAuth-protected endpoint, with optional Node-RED admin (flow read/deploy) tools.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "node-red-contrib-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "flic/node-red-contrib-mcp-server"
      ]
    }
  }
}