Bambu Project QA MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bambu Project QA MCPCheck this 3MF for risky settings before I print it."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.stlor.3mf.inspect_3mf_project: validate a Bambu Studio.3mfand report risky support/slicer settings.create_leg_safe_support_variant: create a.3mfcopy 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 testMCP 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"
}This server cannot be installed
Maintenance
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
- Alicense-qualityBmaintenanceEnables 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.Last updated153219GPL 2.0
- Alicense-qualityFmaintenance3D Printing MCP By OctoEverywhereLast updated35Apache 2.0
- FlicenseAqualityDmaintenanceAn 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.Last updated175
- AlicenseBqualityCmaintenanceA 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.Last updated3763GPL 2.0
Related MCP Connectors
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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