Skip to content

Releases: SwagRee/BlockBenchMCP

v0.1.3

Choose a tag to compare

@SwagRee SwagRee released this 05 Aug 15:37

v0.1.3 — Texture pipeline upgrade

Inspired by sosadly-quality texturing (not a kitchen-sink brush dump):

  • pack_box_uv — shelf-pack box UVs so faces do not share pixels
  • shade_model_base — region colors + soft face lighting + mottle + blur
  • paint_face_features — batch face-local ops (fill/rect/ellipse/line)
  • get_texture — inspect the sheet as compact PNG
  • scaffold_biped now packs UVs automatically

Reload blockbench_mcp.js in Blockbench after download.

v0.1.2

Choose a tag to compare

@SwagRee SwagRee released this 05 Aug 15:27

v0.1.2

First install now shows a Start MCP / Later dialog (deferred), so Blockbench can ask for network permission — not only after reload.

v0.1.1

Choose a tag to compare

@SwagRee SwagRee released this 05 Aug 15:21

BlockBenchMCP v0.1.1

Fixes geometry undo (getUndoCopy) and same-batch parent groups.

Install

  1. Download blockbench_mcp.js
  2. Blockbench → File → Plugins → Load Plugin from File (reload if already installed)
  3. Allow net permission; MCP at http://127.0.0.1:39741/mcp

v0.1.0

Choose a tag to compare

@SwagRee SwagRee released this 05 Aug 15:07

BlockBenchMCP v0.1.0

Pure Blockbench desktop plugin with in-process HTTP MCP.

Install

  1. Download blockbench_mcp.js
  2. Blockbench → File → Plugins → Load Plugin from File
  3. Allow network/net permission
  4. Point Cursor at http://127.0.0.1:39741/mcp with Bearer dev-local-secret

Requires Blockbench desktop ≥ 5.1.0.