Bambu Printer
Freeby MCP Community
MCP server for Bambu Lab 3D printers with STL manipulation, slicing, and print management
v1.0.5Added Apr 12, 2026
mcp3d-printerbambubambu-labbambu-studio
Bambu Printer MCP Server
MCP server for Bambu Lab 3D printers with STL manipulation, slicing, and print management
Installation
npx -y bambu-printer-mcp
Reviews
Installation
Quick install
npx -y bambu-printer-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"bambu-printer": {
"command": "npx",
"args": ["-y", "bambu-printer-mcp"]
}
}
}