Loading MCP server directory, please wait...
Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.
npx @getmcp/cli add io.github.richardofortune/cadloop-slicerRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.richardofortune/cadloop-slicer": {
"command": "uvx",
"args": [
"cadloop",
"cadloop-slicer",
"cadloop"
],
"env": {
"SLICER_WORKSPACE": "",
"SLICER_BIN": "",
"SLICER_PROFILE_DIRS": "",
"SLICER_TIMEOUT": ""
}
}
}
}