MCP Server
MCP
cadloop OpenSCAD
Compile OpenSCAD, read computed values, preview and measure the mesh, without a GUI.
Install
uvx cadloop
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "cadloop",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "cadloop",
"type": "named",
"name": "--from"
},
{
"value": "cadloop-openscad",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "The only directory this server reads and writes. Defaults to ~/cad.",
"name": "OPENSCAD_WORKSPACE"
},
{
"description": "Path to the openscad binary. Auto-detected from PATH and the usual install locations if unset.",
"name": "OPENSCAD_BIN"
},
{
"description": "Seconds before a run is killed. Defaults to 300.",
"name": "OPENSCAD_TIMEOUT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment