Skip to main content
Glama
gauravsoodtech

Bambu Project QA MCP

Bambu Project QA MCP

Local MCP tools for inspecting Bambu Studio projects before printing. This is intentionally a project QA and preparation server, not a full printer-control server.

Tools

  • inspect_model: inspect a .stl or .3mf.

  • inspect_3mf_project: validate a Bambu Studio .3mf and report risky support/slicer settings.

  • create_leg_safe_support_variant: create a .3mf copy with easier-removal support settings for delicate horse legs/details.

  • open_in_bambu_studio: open a file in Bambu Studio on this Windows machine.

Related MCP server: 3D Printer MCP Server

Safety Limits

  • This server does not start prints.

  • It does not handle Bambu LAN access codes, printer serial numbers, MQTT, or FTPS.

  • It does not auto-paint support blockers. Bambu support painting metadata is not documented and was not present in the inspected local projects.

  • It validates 3MF ZIP paths so generated files use forward slashes and open correctly in Bambu Studio.

Run Tests

npm.cmd test

MCP Configuration

Use a local stdio server:

{
  "mcpServers": {
    "bambu-project-qa": {
      "type": "stdio",
      "command": "node",
      "args": [
        "/path/to/bambu-project-qa-mcp/bin/bambu-project-qa-mcp.js"
      ],
      "env": {}
    }
  }
}

Example Tool Inputs

Inspect a project:

{
  "path": "/path/to/models/horses_frame_4in_P2S.3mf"
}

Create a leg-safe support variant:

{
  "inputPath": "/path/to/models/horses_frame_4in_P2S.3mf",
  "outputPath": "/path/to/models/horses_frame_4in_leg_safe_P2S.3mf"
}
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables interaction with 3D printer management systems through an MCP server, supporting STL file manipulation, slicing, and control of printers like OctoPrint, Klipper, Duet, and more.
    103
    225
    GPL 2.0
  • F
    license
    A
    quality
    D
    maintenance
    An intelligent 3D printing assistant that enables users to analyze meshes, generate optimal print profiles, and automate PrusaSlicer operations through an MCP client. It provides a comprehensive suite of tools for geometric analysis, printability checks, filament recommendations, and post-print diagnostics.
    17
    6
  • A
    license
    B
    quality
    C
    maintenance
    A Bambu Lab-focused MCP server for controlling Bambu printers, manipulating STL files, and managing end-to-end 3MF print workflows from any MCP-compatible client.
    37
    138
    GPL 2.0

View all related MCP servers

Related MCP Connectors

  • Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

  • Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

  • MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gauravsoodtech/bambu-project-qa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server