← Back to browse

cadloop Slicer

Indexed by io.github.richardofortune

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSLICER_WORKSPACE SLICER_BIN SLICER_PROFILE_DIRS SLICER_TIMEOUT
Claude Code
claude mcp add --env SLICER_WORKSPACE= --env SLICER_BIN= --env SLICER_PROFILE_DIRS= --env SLICER_TIMEOUT= cadloop-slicer -- uvx cadloop
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cadloop-slicer","command":"uvx","args":["cadloop"],"env":{"SLICER_WORKSPACE":"","SLICER_BIN":"","SLICER_PROFILE_DIRS":"","SLICER_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "cadloop-slicer": {
      "command": "uvx",
      "args": [
        "cadloop"
      ],
      "env": {
        "SLICER_WORKSPACE": "",
        "SLICER_BIN": "",
        "SLICER_PROFILE_DIRS": "",
        "SLICER_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.