Skip to content

Blender MCP v0.1.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Sep 05:06
· 2 commits to main since this release

Initial public Blender-only alpha from ArchBench.

  • MCP stdio status, scene/selection context, and optional native Python.
  • Scripts disabled by default, with separate host/client opt-ins.
  • Authenticated loopback transport, queued request deadlines and cancellation.
  • Fixed clean/stale restart after completed TCP requests and rotated credentials.
  • MIT server/transport; GPL-3.0-or-later Blender add-on with complete source and notices.

Validation: transport/regression/package checks plus native Blender 4.3.2 on macOS
in a disposable background scene. Native checks include actual start/stop
operators, timer cleanup, permission enable/revoke, credential rotation,
stale-token rejection, fixed-port restart after traffic, cube creation/readback,
and error handling.

Experimental limitations: interactive installation, viewport, Undo, and native
Windows/Linux or other Blender versions remain unqualified. Scripts are
unsandboxed; cancellation cannot interrupt an already-running script. No user
models or preferences were saved during validation.

Install instructions are in README.md. Download blender-mcp-addon.zip for Blender;
the Node MCP server can be run from the source checkout. No npm registry release
or official Blender Extensions catalog listing is included.