ComfyUI Builder for Grok
io.github.mit9/comfy-ui-builder
ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins.
client:Grok
transport:stdio
runtime:npm
Install ComfyUI Builder in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"comfy-ui-builder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-comfy-ui-builder"
],
"env": {
"COMFYUI_HOST": "<COMFYUI_HOST>",
"COMFYUI_PATH": "<COMFYUI_PATH>",
"COMFYUI_KNOWLEDGE_DIR": "<COMFYUI_KNOWLEDGE_DIR>"
}
}
}
}
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