ha-mcp-nodered

paul43210/ha-mcp-nodered
★ 0 stars Unknown language 🔌 API Integration Updated 2d ago
Standalone MCP server for Node-RED Admin API — 11 tools for managing flows and nodes. Designed to run alongside ha-mcp.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ha-mcp-nodered": {
      "command": "npx",
      "args": [
        "-y",
        "paul43210/ha-mcp-nodered"
      ]
    }
  }
}