mcp-server-for-bambu

b84330808/mcp-server-for-bambu
★ 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"
      ]
    }
  }
}