Skip to content
Claude Desktop

Kiln for Claude Desktop

io.github.codeofaxel/kiln

Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.

client:Claude Desktop transport:stdio runtime:pypi

Install Kiln in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kiln": {
      "command": "uvx",
      "args": [
        "kiln3d"
      ],
      "env": {
        "KILN_PRINTER_HOST": "<KILN_PRINTER_HOST>",
        "KILN_PRINTER_API_KEY": "<KILN_PRINTER_API_KEY>",
        "KILN_PRINTER_TYPE": "<KILN_PRINTER_TYPE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Kiln in other clients