cadloop OpenSCAD for Claude Desktop
io.github.richardofortune/cadloop-openscad
Compile OpenSCAD, read computed values, preview and measure the mesh, without a GUI.
client:Claude Desktop
transport:stdio
runtime:pypi
Install cadloop OpenSCAD in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cadloop-openscad": {
"command": "uvx",
"args": [
"cadloop"
],
"env": {
"OPENSCAD_WORKSPACE": "<OPENSCAD_WORKSPACE>",
"OPENSCAD_BIN": "<OPENSCAD_BIN>",
"OPENSCAD_TIMEOUT": "<OPENSCAD_TIMEOUT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs