nodered mcp for Grok
io.github.mrfentmen/nodered-mcp
MCP server for Node-RED: flows, nodes. Works with any instance.
client:Grok
transport:stdio
runtime:npm
Install nodered mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nodered-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nodered-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs