ziv-daniel/node-red-mcp
If you are the rightful owner of node-red-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Node-RED Server integrates Node-RED with Claude Desktop, providing flow and module management capabilities.
Tools
Functions exposed to the LLM to take actions
get_flows
List all flows (summary by default, use includeDetails for full data).
get_flow
Get specific flow details by ID.
create_flow
Create new flow with automatic unique ID generation.
update_flow
Update existing flow.
enable_flow
Enable a specific flow.
disable_flow
Disable a specific flow.
search_modules
Search for Node-RED palette modules online via npm registry.
install_module
Install new Node-RED palette module.
get_installed_modules
List currently installed modules.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client