★ 0 stars
TypeScript
📦 Other
Updated today
Unofficial MCP server for Bambu Lab 3D printers (LAN/MQTT). Real-time status, AMS info, print control, maintenance ledger.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-for-bambu": {
"command": "npx",
"args": [
"-y",
"b84330808/mcp-server-for-bambu"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-for-bambu npx -y b84330808/mcp-server-for-bambu
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-for-bambu": {
"command": "npx",
"args": [
"-y",
"b84330808/mcp-server-for-bambu"
]
}
}
}