Standalone MCP server for Node-RED Admin API — 11 tools for managing flows and nodes. Designed to run alongside ha-mcp.
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"
]
}
}
}
Run in terminal:
claude mcp add ha-mcp-nodered npx -y paul43210/ha-mcp-nodered
Add to .cursor/mcp.json:
{
"mcpServers": {
"ha-mcp-nodered": {
"command": "npx",
"args": [
"-y",
"paul43210/ha-mcp-nodered"
]
}
}
}