Skip to content
Cline

cadloop OpenSCAD for Cline

io.github.richardofortune/cadloop-openscad

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

client:Cline transport:stdio runtime:pypi

Install cadloop OpenSCAD in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

cadloop OpenSCAD in other clients