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 "Install 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, it slices with your profiles, enforces your rules, shows you a preview, prints on your go, and watches the print with snapshot notifications. Drive it from any MCP client (Claude, agents, your own tools) or the bundled CLI.
Why
Printing through a chat agent usually means a long chain of manual steps executed differently every time. printd makes the pipeline deterministic: the agent makes decisions, the daemon does the work, and a print is three calls: submit, slice, start.
Related MCP server: 3D Printer MCP Server
How it works
submit (file or model URL)
-> slice (your slicer, your profiles)
-> gates (your rules: no brim, placement, bounds, ...)
-> preview image -> human approval (overridable)
-> start (preheat, print)
-> watcher (snapshots, milestones, stall detection, notifications)The engine ships empty
Everything opinionated is a swappable part configured in one YAML file:
Seam | Ships with |
Printer drivers | OctoPrint |
Slicer adapters | OrcaSlicer CLI |
Gates | brim/skirt policy, placement zone, bounds check, preview approval |
G-code transforms | fresh-mesh probe preamble, Marlin start-gcode patches |
Notifiers | Home Assistant |
If a behavior can't be expressed as config on one of these seams, it doesn't belong in core.
Quickstart
pip install printd
printd-server --config config.yaml # MCP server (HTTP) + watcher
printctl status # same operations from the shellSee example-config.yaml for a full config.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables 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.58222GPL 2.0
- Alicense-qualityFmaintenance3D Printing MCP By OctoEverywhere35Apache 2.0
- Flicense-qualityBmaintenanceAn 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.17
- AlicenseBqualityCmaintenanceA Bambu Lab-focused MCP server for controlling Bambu printers, manipulating STL files, and managing end-to-end 3MF print workflows from any MCP-compatible client.3782GPL 2.0
Related MCP Connectors
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
A MCP server built for developers enabling Git based project management with project and personal…
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/riverray121/printd'
If you have feedback or need assistance with the MCP directory API, please join our Discord server