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.
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント