Skip to content
Cline

cadloop Slicer for Cline

io.github.richardofortune/cadloop-slicer

Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.

client:Cline transport:stdio runtime:pypi

Install cadloop Slicer in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

cadloop Slicer in other clients