Skip to content
Grok

VisualTorch for Grok

io.github.willyfh/visualtorch

Render PyTorch architecture diagrams and animated GIF reveals from trusted model source.

client:Grok transport:stdio runtime:pypi

Install VisualTorch in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "visualtorch": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "visualtorch"
      ]
    }
  }
}

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

VisualTorch in other clients