Qidi Printer MCP
Qidi Printer MCP
QIDI 3D Printer MCP Server
Overview
QIDI 3D Printer MCP Server Controls QIDI 4 Max Combo (and other Klipper/Moonraker printers) via Moonraker REST API. Built by MEOK AI Labs for Sovereign Temple v3.0.
Tools
Tool | Description |
| Get full printer status: state, temperatures, and print progress. No parameters |
| Get current bed and nozzle temperatures with targets. |
| Start printing a gcode file already uploaded to the printer. |
| Pause the current print job. |
| Resume a paused print job. |
| Cancel the current print job. The printer will stop and cool down. |
| List all gcode files uploaded to the printer. |
| Send a raw G-code command to the printer. |
| Get current print progress: percentage complete, elapsed time, estimated time re |
| Preheat the printer bed and nozzle to target temperatures. |
Installation
pip install meok-qidi-printer-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"qidi-printer": {
"command": "python",
"args": ["-m", "meok_qidi_printer_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 10 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
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/CSOAI-ORG/qidi-printer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server