Skip to content
Cline

Kiln for Cline

io.github.codeofaxel/kiln

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

client:Cline transport:stdio runtime:pypi

Install Kiln in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Kiln in other clients