cadloop Slicer for Grok
io.github.richardofortune/cadloop-slicer
Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.
client:Grok
transport:stdio
runtime:pypi
Install cadloop Slicer in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs