Bambuddy MCP Server
Related Servers
Alternatives to Bambuddy MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Bambuddy's 3D printer management API, including printer status, print queue, filament spools, and camera snapshots.5GPL 3.0
- FlicenseAqualityDmaintenanceEnables LLM agents to control Bambu Lab 3D printers via the bambu-gateway HTTP API, supporting printer listing, filament management, print session creation, and safe print initiation with user confirmation.7-
- AlicenseAqualityBmaintenanceEnables comprehensive control and monitoring of Bambu Lab 3D printers through Claude using local MQTT, FTPS, and X.509 authentication. Users can manage print jobs, monitor real-time status, handle filament through AMS, and adjust hardware settings like temperature and lighting.2426 npm19MIT
- AlicenseAqualityCmaintenanceEnables MCP clients to monitor and control a Bambu Lab P1S printer over the local network, including status, file management, slicing, and print operations.11MIT
- AlicenseNot gradedqualityBmaintenanceEnables Claude Code to see and drive Bambu Lab 3D printers over the local network via MQTT, providing status, file management, print control, filament, maintenance, and diagnosis without any cloud dependency.MIT
- AlicenseNot gradedqualityBmaintenanceEnables interaction with 3D printer management systems through an MCP server, supporting STL file manipulation, slicing, and control of printers like OctoPrint, Klipper, Duet, and more.57 npm236GPL 2.0
TDQS
Scored across 9 tools
Most tools target clearly distinct resources and actions, such as camera snapshot versus camera status or list printers versus diagnose printer. The only mild overlap is between get_printer_status and get_current_print, since both could reasonably be used to check ongoing print progress.
Every tool follows the same bambuddy_<verb>_<noun> snake_case pattern with verbs like get, list, prepare, start, and diagnose. This makes the API surface highly predictable and easy for an agent to navigate.
Nine tools is well within the ideal range and each tool serves a meaningful part of the printer monitoring and print-starting workflow. No tool feels redundant or unnecessary.
The core read-only monitoring, camera access, and safe print-start workflow are well covered, including preflight token handling. Minor lifecycle gaps exist, such as no cancel, pause, or print queue management tools, but the available surface supports the apparent primary use case.