Control Bambu Lab printers, edit STL files, and manage 3MF print workflows with an MCP server for Claude and other MCP clients
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bambu-printer-mcp": {
"command": "npx",
"args": [
"-y",
"offthehook-implication870/bambu-printer-mcp"
]
}
}
}
Run in terminal:
claude mcp add bambu-printer-mcp npx -y offthehook-implication870/bambu-printer-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"bambu-printer-mcp": {
"command": "npx",
"args": [
"-y",
"offthehook-implication870/bambu-printer-mcp"
]
}
}
}