Skip to main content

MCP server for the Bambuddy 3D print management API

Project description

Bambuddy MCP Server

An MCP server that exposes the full Bambuddy REST API as tools for AI assistants.

This MCP server dynamically generates tools from Bambuddy's OpenAPI spec at startup, giving your AI assistant access to 430+ API endpoints — without flooding the context window on startup.

How It Works

On startup, the server fetches the OpenAPI spec from your running Bambuddy instance (/openapi.json), parses all 430+ endpoints, and indexes them by category.

By default, only 3 meta-tools are registered with the AI assistant:

Meta-tool Purpose
list_categories Browse available API categories
search_tools Find tools by keyword (with fuzzy matching)
execute_tool Call any discovered tool by name

This keeps the context window small while still providing full API coverage. The AI searches for what it needs, inspects the input schema, and executes — all on demand.

When a tool is called, the server makes the corresponding HTTP request to Bambuddy and returns the response. JSON responses are returned as text, while binary responses (e.g. camera snapshots) are returned as native MCP ImageContent with base64-encoded data so AI assistants can see, process, and display them directly.

Example Usage

Once configured, you can ask your AI assistant things like:

  • "What printers are connected?"
  • "Show me the status of my A1 Mini"
  • "List my recent print archives"
  • "Add the benchy to the print queue"
  • "What filament spools do I have?"
  • "Check the print progress"
  • "Turn on the chamber light"
  • "Show me a camera snapshot from printer X"

Requirements

  • Python 3.10+
  • uv — install with curl -LsSf https://astral.sh/uv/install.sh | sh
  • A running Bambuddy instance

Installation

uv pip install bambuddy-mcp

Or install from source:

git clone https://github.com/maziggy/bambuddy-mcp.git
cd bambuddy-mcp
uv sync

Configuration

Using uvx

{
  "mcpServers": {
    "bambuddy": {
      "command": "uvx",
      "args": ["bambuddy-mcp"],
      "env": {
        "BAMBUDDY_URL": "http://localhost:8000",
        "BAMBUDDY_API_KEY": "your-api-key"
      }
    }
  }
}

Local development

For development or running from source:

{
  "mcpServers": {
    "bambuddy": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/bambuddy-mcp", "python", "-m", "bambuddy_mcp"],
      "env": {
        "BAMBUDDY_URL": "http://localhost:8000",
        "BAMBUDDY_API_KEY": "your-api-key"
      }
    }
  }
}

NixOS

On NixOS, use the system Python to avoid dynamic linking issues:

{
  "mcpServers": {
    "bambuddy": {
      "command": "nix-shell",
      "args": [
        "-p", "uv",
        "--run", "UV_PYTHON=/run/current-system/sw/bin/python3 uv --directory /path/to/bambuddy-mcp run bambuddy-mcp"
      ],
      "env": {
        "BAMBUDDY_URL": "http://localhost:8000",
        "BAMBUDDY_API_KEY": "your-api-key"
      }
    }
  }
}

Environment Variables

Variable Default Description
BAMBUDDY_URL http://localhost:8000 Base URL of your Bambuddy instance
BAMBUDDY_API_KEY (empty) API key for authentication (create in Bambuddy Settings)
BAMBUDDY_DIRECT_MODE false Set to true to expose all 430+ tools directly instead of the 3 meta-tools

Note: By default, the server exposes 3 meta-tools (list_categories, search_tools, execute_tool) that let AI assistants discover and call API endpoints on demand. Set BAMBUDDY_DIRECT_MODE=true to expose all 430+ tools directly (uses significantly more context).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bambuddy_mcp-0.1.1.tar.gz (77.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bambuddy_mcp-0.1.1-py3-none-any.whl (21.9 kB view details)

Uploaded Python 3

File details

Details for the file bambuddy_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: bambuddy_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 77.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bambuddy_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 325e7a2d7ee7939c6f1e4bf077c1bb6e7c1fb7e8304a77218f372a79a960cc6a
MD5 39578fd38a59ff2d04db4cf8588cd443
BLAKE2b-256 939a79367ac835d8dc66262e89874f8850ec6be156b65bb95f8663c1c677bd88

See more details on using hashes here.

Provenance

The following attestation bundles were made for bambuddy_mcp-0.1.1.tar.gz:

Publisher: publish.yml on MrMebelMan/bambuddy-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bambuddy_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: bambuddy_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 21.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bambuddy_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fa22a11eedf2ad1049743bcb2eed8f16bbdc2ca98f64bfedd71304eb2d04d067
MD5 95c473ea43d0eb626d8cfd42c4c58da7
BLAKE2b-256 492dc67421c48a91122e3112b110c7e8af61197b3c406bbd55554cff35c9fda2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bambuddy_mcp-0.1.1-py3-none-any.whl:

Publisher: publish.yml on MrMebelMan/bambuddy-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page