Skip to content
Grok

Kiln for Grok

io.github.codeofaxel/kiln

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

client:Grok transport:stdio runtime:pypi

Install Kiln in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "kiln": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Kiln in other clients