Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.76 KB

File metadata and controls

47 lines (34 loc) · 1.76 KB

Kiln

AI agent control of 3D printers — 737 MCP tools + 202 CLI commands.

What it does

Kiln gives AI agents (Claude, GPT, OpenClaw, custom) safe, direct control of 3D printers through the Model Context Protocol. One install and your agent can search model marketplaces, generate designs from text/sketches, slice STL/3MF files, queue prints, monitor progress with camera snapshots, manage multi-printer fleets, and estimate costs — all from a single conversation.

Supported printers

  • Bambu Lab — A1, A1 Mini, P1S, P1P, X1C (MQTT + FTP)
  • OctoPrint — Any printer running OctoPrint
  • Moonraker/Klipper — Voron, Ender, etc.
  • Prusa Link — MK4, Mini, XL
  • Elegoo — Saturn, Mars, Centauri Carbon (SDCP V2 + V3)

Install

pip install kiln3d

Or with pipx:

pipx install kiln3d

Key capabilities

  • 737 MCP tools for full printer lifecycle control
  • 202 CLI commands for human and agent use
  • Model search across MyMiniFactory, Cults3D, Thangs, GrabCAD, Etsy
  • Text/sketch-to-3D generation with multiple provider backends
  • Auto-slicing via PrusaSlicer or OrcaSlicer
  • Fleet management with multi-site, multi-printer support
  • Safety enforcement — pre-flight checks, G-code validation, temp limits, confirmation gates
  • Print monitoring with camera snapshots and failure detection
  • Cost estimation from G-code and Bambu 3MF metadata
  • Material intelligence — catalog, compatibility, substitution recommendations

Links