MCP.so
登录
E

Elegoo Mcp Server

@skribascode

关于 Elegoo Mcp Server

Control Elegoo 3D printers (Centauri Carbon) via SDCP. Monitor status, pause/resume prints, manage files, control lights. 100% local.

基本信息

分类

其他

传输方式

stdio

发布者

skribascode

提交者

Jérémy .B

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "elegoo": {
      "command": "npx",
      "args": [
        "elegoo-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Elegoo Mcp Server?

A local MCP (Model Context Protocol) server that controls Elegoo 3D printers over your local network using the SDCP protocol. It runs entirely on your machine with no cloud dependencies and works with any MCP-compatible client, such as Claude Desktop, VS Code, or Cursor.

How to use Elegoo Mcp Server?

Install the server via npx (npx elegoo-mcp-server), global npm (npm install -g elegoo-mcp-server), or by cloning the source. Configure your MCP client (e.g., Claude Desktop) by adding the server to its config file, then restart the client. Say “Connect to my Elegoo printer” and provide the printer’s IP address—the printer is saved for future sessions. Use natural language commands to control the printer.

Key features of Elegoo Mcp Server

  • Multi-printer management (add, remove, switch, set default)
  • Connect/disconnect via WebSocket
  • Get full status (temperatures, position, print progress)
  • Pause, resume, and stop print jobs
  • Start printing files already on the printer
  • On/off light control
  • List files with thumbnails for printed files
  • Live camera stream (MJPEG URL)

Use cases of Elegoo Mcp Server

  • Check printer status, temperatures, and print progress hands-free.
  • Start, pause, resume, or cancel a print job from an AI assistant.
  • Turn the printer light on or off remotely.
  • List files on the printer and view thumbnails of completed prints.
  • View the live camera feed while monitoring a print.

FAQ from Elegoo Mcp Server

What hardware is supported?

Tested with the Elegoo Centauri Carbon. Any Elegoo printer that uses the SDCP protocol (v3.0.0) should work.

What are the system requirements?

Node.js 18+ and the printer must be on the same local network (WiFi or Ethernet). No cloud accounts or internet access are needed.

Which features are not available via this server?

Temperature control, fan control, speed control, movement/homing, and file deletion are not supported by the SDCP protocol. Those functions must be performed from the printer’s touchscreen.

Can I use this server with clients other than Claude Desktop?

Yes. It is compatible with any MCP-compatible client, including VS Code, Cursor, and others.

Are there any known issues?

On printer firmware v1.1.29, light control may not work during printing. Firmware v1.1.25 works correctly.

评论

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