Skip to content

ethan2298/bambu-printer

v0.1.1GPL-2.0

Mac-local wrap of @rowbotik/bambu-printer-mcp. See README for setup.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

bambu-printerstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "./scripts/run-mcp.js"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "MCP_TRANSPORT": "stdio",
    "BAMBU_MODEL": "a1",
    "SLICER_TYPE": "bambustudio",
    "SLICER_PATH": "/Applications/BambuStudio.app/Contents/MacOS/BambuStudio",
    "BED_TYPE": "textured_plate",
    "NOZZLE_DIAMETER": "0.4",
    "TEMP_DIR": "/private/tmp/bambu-printer-mcp",
    "BAMBU_CLI_FLATTEN": "true",
    "PRINTER_HOST": "${PRINTER_HOST}",
    "BAMBU_SERIAL": "${BAMBU_SERIAL}",
    "BAMBU_TOKEN": "${BAMBU_TOKEN}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "bambu-printer",
  "version": "0.1.1",
  "description": "Mac-local wrap of @rowbotik/bambu-printer-mcp. See README for setup.",
  "author": { "name": "Ethan Figueroa" },
  "homepage": "https://github.com/Ethan2298/bambu-printer-agent-plugin",
  "license": "GPL-2.0",
  "keywords": ["bambu", "bambu-lab", "3d-printing", "mcp", "a1"],
  "variables": {
    "PRINTER_HOST": { "description": "LAN IP of the Bambu printer" },
    "BAMBU_SERIAL": { "description": "Printer serial number" },
    "BAMBU_TOKEN": { "description": "LAN access code from the printer (secret)" }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • variables