Odel
Kiln

Kiln

Local
@codeofaxel52PythonAGPL-3.0Updated 5 days ago

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).

PyPIkiln3dv1.4.1

Run

uvx kiln3d

MCP client config

{
  "mcpServers": {
    "kiln": {
      "command": "uvx",
      "args": [
        "kiln3d"
      ]
    }
  }
}