Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

mcp-3D-printer-server — 3D Printer MCP Bridge

mcp-3D-printer-server is an MCP server that inspects models, slices STL/3MF to G-code, and drives printers via OctoPrint/Klipper/Bambu APIs.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Npm
Confianza
Confianza: Established
Entrada
npm install -g mcp-3d-printer-server
Comando CLI universal
npx tokrepo install aad199c2-493e-566d-b79c-5a863d56792c
Introducción

mcp-3D-printer-server is an MCP server that inspects models, slices STL/3MF to G-code, and drives printers via OctoPrint/Klipper/Bambu APIs.

Best for: Makers who want agents to automate slicing, diagnostics, and printer control

Works with: Node.js 18+, supported printer APIs (OctoPrint/Klipper/Bambu), optional slicers

Setup time: 10-25 minutes

Key facts (verified)

  • GitHub: 186 stars · 41 forks · pushed 2026-05-13.
  • License: GPL-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: npm install -g mcp-3d-printer-server.

Main

  • Treat it as an agent-facing control plane: expose safe tools like temperature setting, file inspection, slicing, and printing behind a single MCP server.

  • Start with read-only diagnostics and model inspection; enable slicing and print actions only after you’ve validated printer settings and permissions.

  • If you containerize, follow the README notes about slicers: host-installed slicers may not work inside Docker unless installed in the image.

Source-backed notes

  • README lists capabilities including STL manipulation/analysis, slicing to G-code, and printer control across multiple printer types.
  • README install section shows npm install -g mcp-3d-printer-server and a from-source flow using npm link.
  • README includes Docker instructions and explains slicer limitations in containerized setups.

FAQ

  • Which printer types are supported?: README lists multiple backends (OctoPrint/Klipper/Bambu and more); confirm via config options.
  • Can it run without a slicer?: Some tools are inspection/control; slicing tools require a slicer configured via env vars.
  • How do I avoid unsafe prints?: Keep destructive tools behind explicit confirmations in your agent prompt and validate env config before enabling print calls.
🙏

Fuente y agradecimientos

Source: https://github.com/DMontgomery40/mcp-3D-printer-server > License: GPL-2.0 > GitHub stars: 186 · forks: 41

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados