Qidi MCP Server

QIDI 3D Printer MCP server. Controls QIDI 4 Max Combo via Moonraker REST API. Tools: printer...

Local serverstdio

What is the Qidi MCP server?

QIDI 3D Printer MCP server. Controls QIDI 4 Max Combo via Moonraker REST API. Tools: printer... That is what the qidi mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

MCP server for QIDI 3D printers via Moonraker API — control, monitor, and automate prints from Claude/AI agents

The tools it exposes

The server publishes 6 tools. What each one is for:

  • Well — documented API
  • Production-ready — Active maintenance
  • Pro — ** $99/mo — Full MCP suite + EU AI Act tracking
  • Enterprise — ** $499/mo — Custom dev + SLA + Dedicated support
  • Domain — Purpose
  • Tier — Price

Getting it running

The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Qidi's toolset — Well, Production-ready, Pro and 3 more — is a fair guide to whether it matches your workflow. It is maintained by CSOAI-ORG; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Qidi's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Welldocumented API
Production-readyActive maintenance
Pro** $99/mo — Full MCP suite + EU AI Act tracking
Enterprise** $499/mo — Custom dev + SLA + Dedicated support
DomainPurpose
TierPrice

How to install the Qidi MCP server

{
  "mcpServers": {
    "qidi-printer": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Qidi to Well.
  • Use Qidi to Production-ready.
  • Use Qidi to Pro.

Frequently asked questions

It connects Qidi to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Well, Production-ready, Pro, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Qidi directly.