MCP server for Node-RED that lets AI agents safely author, validate, and deploy flows through a typed TypeScript authoring layer.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"flow-otter": {
"command": "npx",
"args": [
"-y",
"jp5lab/flow-otter"
]
}
}
}
Run in terminal:
claude mcp add flow-otter npx -y jp5lab/flow-otter
Add to .cursor/mcp.json:
{
"mcpServers": {
"flow-otter": {
"command": "npx",
"args": [
"-y",
"jp5lab/flow-otter"
]
}
}
}