cadloop Slicer for Claude Desktop
io.github.richardofortune/cadloop-slicer
Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.
client:Claude Desktop
transport:stdio
runtime:pypi
Install cadloop Slicer in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cadloop-slicer": {
"command": "uvx",
"args": [
"cadloop"
],
"env": {
"SLICER_WORKSPACE": "<SLICER_WORKSPACE>",
"SLICER_BIN": "<SLICER_BIN>",
"SLICER_PROFILE_DIRS": "<SLICER_PROFILE_DIRS>",
"SLICER_TIMEOUT": "<SLICER_TIMEOUT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs