Skip to content
Grok

cadloop OpenSCAD for Grok

io.github.richardofortune/cadloop-openscad

Compile OpenSCAD, read computed values, preview and measure the mesh, without a GUI.

client:Grok transport:stdio runtime:pypi

Install cadloop OpenSCAD in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cadloop-openscad": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cadloop"
      ],
      "env": {
        "OPENSCAD_WORKSPACE": "<OPENSCAD_WORKSPACE>",
        "OPENSCAD_BIN": "<OPENSCAD_BIN>",
        "OPENSCAD_TIMEOUT": "<OPENSCAD_TIMEOUT>"
      }
    }
  }
}

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

cadloop OpenSCAD in other clients