Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx kiln3d
MCP client config
{
"mcpServers": {
"kiln": {
"command": "uvx",
"args": [
"kiln3d"
]
}
}
}