MCP Server
MCP
cadloop Slicer
Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.
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-slicer",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "The only directory this server reads and writes. Defaults to ~/cad.",
"name": "SLICER_WORKSPACE"
},
{
"description": "Path to the slicer binary. Auto-detected if unset. Creality Print's CLI does not work headless on macOS; prefer OrcaSlicer, Bambu Studio or ElegooSlicer there.",
"name": "SLICER_BIN"
},
{
"description": "Extra profile roots, os.pathsep separated. Added to the auto-detected roots rather than replacing them.",
"name": "SLICER_PROFILE_DIRS"
},
{
"description": "Seconds before a slice is killed. Defaults to 600.",
"name": "SLICER_TIMEOUT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment