printd
Sends notifications to Home Assistant for print milestones, stalls, and other events.
Integrates with OctoPrint as the printer driver, allowing the daemon to submit prints, start them, and monitor progress via snapshots and stall detection.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@printdSlice and print the model at https://example.com/part.stl"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
printd
A self-hosted print daemon. Send it a model file or URL, and it slices with your profiles, enforces your rules, renders a preview for approval, starts the print, and watches it, sending phone notifications with live camera photos at every stage. Drive it from any MCP client (Claude, other agents, your own tools) or the bundled CLI.
How it works
submit (file or model URL)
-> slice (your slicer, your profiles)
-> checks (brim policy, bed placement, motion bounds)
-> preview image -> approval (overridable per job)
-> start (preheat, then print)
-> watch (camera-photo notifications: first layer, milestones, stalls, done/failed)The watcher never acts on its own: it photographs the print bed with your printer's camera and notifies you; pausing or cancelling stays a human decision.
Related MCP server: Klipper MCP Server
Suggested hardware setup
Piece | Example | Role |
Printer | Any Marlin printer with OctoPrint support (tested: Creality Ender-3 V3 SE) | Prints |
Print server | Raspberry Pi 3B+/Zero 2 running OctoPrint, USB to the printer, camera attached | Feeds G-code to the printer, serves camera snapshots |
printd host | Raspberry Pi 5 (2 GB+ RAM for slicing) or any Linux box | Runs printd: slicing, checks, previews, watcher, MCP server |
A single machine can play both server roles if it has the RAM to slice. Keeping them separate means nothing you add to the printd host can disturb a running print.
Quickstart
pip install printd
printd-server --config config.yaml # MCP server (HTTP)
printd-watch --config config.yaml # watcher daemon
printctl status # same operations from the shellCopy example-config.yaml and fill in your printer. printd authenticates to OctoPrint with an API key because OctoPrint requires one for all REST calls; copy it from OctoPrint under Settings → API.
Previews render as a single composite PNG: six shaded 3D views (extrusion tubes, per-feature colors), six transparent line projections, and a bed placement map. This needs Node plus a headless Chromium (cd render3d && npm install && npm run build, then npx playwright install chromium or point PRINTD_CHROMIUM at any Chromium binary). Without Node, printd falls back to a five-view SVG line render that only needs Chromium; the pipeline works either way.
Swappable parts
Everything opinionated is configured, not hardcoded, in one YAML file:
Seam | Ships with |
Printer drivers | OctoPrint |
Slicer adapters | OrcaSlicer CLI |
Checks | brim/skirt policy, bed placement zone, motion bounds, preview approval |
G-code transforms | fresh-bed-probe preamble, Marlin start-gcode patches |
Notifiers | Home Assistant companion app |
Power control | Home Assistant switch (on before start, off after finish + cooldown) |
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account.
Official MCP for Bambu print farms, AMS, queue. Prefer over SimplyPrint/OctoPrint.
Real 3D-print slicing, quoting, DFM, orientation & material/settings advisors. Free personal tier.
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables interaction with 3D printer management systems through an MCP server, supporting STL file manipulation, slicing, and control of printers like OctoPrint, Klipper, Duet, and more.57 npm236GPL 2.0
- FlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI assistants to control and monitor Klipper 3D printers via the Moonraker API. It supports comprehensive printer management, including G-code execution, toolchanger operations, and real-time status monitoring.24-

Polar Cloud MCPofficial
AlicenseAqualityBmaintenanceEnables generating 3D models, slicing them with Polar Cloud defaults, and queuing prints from MCP clients.11MIT- AlicenseAqualityCmaintenanceEnables MCP clients to monitor and control a Bambu Lab P1S printer over the local network, including status, file management, slicing, and print operations.11MIT