cadloop Slicer runs on your own machine — the client starts it, so there is no endpoint to ping. 571 installs a week from pypi. Last commit 30 Jul 2026.
Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add cadloop-slicer -- uvx cadloop
{
"mcpServers": {
"cadloop-slicer": {
"args": [
"cadloop"
],
"command": "uvx"
}
}
}
[mcp_servers.cadloop-slicer]
command = "uvx"
args = ["cadloop"]
{
"mcpServers": {
"cadloop-slicer": {
"args": [
"cadloop"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"cadloop-slicer": {
"args": [
"cadloop"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.