Back to Apps

Bambu Printer MCP
by offthehook-implication870
Control Bambu Lab 3D printers, manage STL/3MF files, and monitor print workflows directly through an MCP server.
0 stars
Works in:claude
Exposes:Tools
What it does
Bambu Printer MCP integrates Bambu Lab 3D printers with AI agents, allowing for the preparation of 3D models, slicing management via Bambu Studio, and direct control of printer hardware including status monitoring.
Tools
load_model: Loads an STL or 3MF file for processing.slice_model: Triggers slicing using a specified print profile in Bambu Studio.send_to_printer: Dispatches a sliced job to the selected printer.check_printer_status: Monitors current job progress, temperatures, and connection state.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bambu-printer-mcp": {
"command": "npm",
"args": [
"run",
"start:stdio"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g bambu-printer-mcpInformation
- Pricing
- free
- Published
- 6/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"bambu-printer-mcp": {
"command": "npm",
"args": [
"run",
"start:stdio"
]
}
}
}





