← Back to browse

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsKILN_PRINTER_HOST KILN_PRINTER_API_KEY KILN_PRINTER_TYPE
Claude Code
claude mcp add --env KILN_PRINTER_HOST= --env KILN_PRINTER_API_KEY= --env KILN_PRINTER_TYPE= kiln -- uvx kiln3d
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"kiln","command":"uvx","args":["kiln3d"],"env":{"KILN_PRINTER_HOST":"","KILN_PRINTER_API_KEY":"","KILN_PRINTER_TYPE":""}}'
JSON
{
  "mcpServers": {
    "kiln": {
      "command": "uvx",
      "args": [
        "kiln3d"
      ],
      "env": {
        "KILN_PRINTER_HOST": "",
        "KILN_PRINTER_API_KEY": "",
        "KILN_PRINTER_TYPE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.