Skip to content
Cursor

cadloop Slicer for Cursor

io.github.richardofortune/cadloop-slicer

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

client:Cursor transport:stdio runtime:pypi

Install cadloop Slicer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "cadloop-slicer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cadloop"
      ],
      "env": {
        "SLICER_WORKSPACE": "<SLICER_WORKSPACE>",
        "SLICER_BIN": "<SLICER_BIN>",
        "SLICER_PROFILE_DIRS": "<SLICER_PROFILE_DIRS>",
        "SLICER_TIMEOUT": "<SLICER_TIMEOUT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cadloop Slicer in other clients