Skip to content
Cursor

VisualTorch for Cursor

io.github.willyfh/visualtorch

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

client:Cursor transport:stdio runtime:pypi

Install VisualTorch in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VisualTorch in other clients