MCP.so
登录

MCP 3D Printer Server

@MCP-Mirror

关于 MCP 3D Printer Server

Mirror of

基本信息

分类

其他

许可证

GPL-2.0 license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP 3D Printer Server?

MCP 3D Printer Server is a Model Context Protocol server that enables Claude to interact with 3D printer management systems such as OctoPrint, Klipper (Moonraker), Duet, Repetier, Bambu Labs, Prusa Connect, and Creality/Ender. It provides tools for printer control, file management, STL manipulation, slicing, and monitoring print jobs.

How to use MCP 3D Printer Server?

Install globally via npm with npm install -g mcp-3d-printer-server. Configure a .env file with your printer API key, host, type, and optional settings like temp directory or slicer path. For Claude Desktop, add the server to your mcpServers configuration with the required environment variables, then restart Claude Desktop to connect.

Key features of MCP 3D Printer Server

  • Get printer status (temperatures, progress, etc.)
  • List, upload, and manage G-code files
  • Start, cancel, and monitor print jobs
  • Manipulate STL files (scale, rotate, translate, modify sections)
  • Slice STL files to generate G-code
  • Generate multi-angle SVG visualizations of STL files
  • Complete end-to-end workflow from STL modification to printing

Use cases of MCP 3D Printer Server

  • Modify an STL model (e.g., extend base for adhesion) then slice and print it
  • Check printer temperatures and progress from Claude
  • Upload and start a print job without manual file handling
  • Automate STL adjustments (scale, rotate, section modification) before printing
  • Generate SVG previews of STL files for visual verification

FAQ from MCP 3D Printer Server

Which printer management systems are supported?

It supports OctoPrint, Klipper (via Moonraker), Duet, Repetier, Bambu Labs, Prusa Connect, and Creality Cloud (Ender series, CR series).

What are the installation prerequisites?

Node.js 18 or higher and npm or yarn are required. Install globally with npm install -g mcp-3d-printer-server.

How do I configure a Bambu Labs printer?

Set PRINTER_TYPE=bambu, add BAMBU_SERIAL and BAMBU_TOKEN environment variables. The printer must be on the same network or have cloud connection enabled.

What memory considerations exist for STL tools?

Loading large STL files (>10MB) into memory for manipulation can be memory-intensive. Users should be cautious within MCP environments.

How do I get started with Claude Desktop?

Add the server to your Claude Desktop configuration file under mcpServers with the required env values (API key, host, printer type). Restart Claude Desktop to begin using the tools.

评论

其他 分类下的更多 MCP 服务器