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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"node-red-contrib-mcp": {
"command": "npx",
"args": [
"-y",
"flic/node-red-contrib-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add node-red-contrib-mcp npx -y flic/node-red-contrib-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"node-red-contrib-mcp": {
"command": "npx",
"args": [
"-y",
"flic/node-red-contrib-mcp-server"
]
}
}
}
📋 Copy