Skip to content
Grok

Local GPU Imagegen for Grok

io.github.zc4578980-tech/local-gpu-imagegen

MCP-first control plane for ComfyUI workflows with explicit approvals and no silent downloads.

client:Grok transport:stdio runtime:pypi

Install Local GPU Imagegen in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "local-gpu-imagegen": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "local-gpu-imagegen"
      ]
    }
  }
}

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

Local GPU Imagegen in other clients