Skip to content

v1.0.0 - First Stable Release

Latest

Choose a tag to compare

@ageless-h ageless-h released this 09 Feb 13:06
· 214 commits to master since this release

Blender MCP v1.0.0

Highlights

  • First stable release published to PyPI
  • Four-layer tool architecture with 26 specialized tools
  • 18 MCP client integrations documented

MCP Server Install

`�ash

Recommended

uvx ageless-blender-mcp

Or via pip

pip install ageless-blender-mcp
`

Blender Addon Install

  1. Download �lender_mcp_addon-1.0.0.zip below
  2. In Blender: Edit > Preferences > Add-ons > Install from Disk > select the zip
  3. Enable 'Blender MCP' and click 'Start Server'

Tool Architecture (26 tools)

Layer Count Purpose
Perception 11 Read Blender state with controllable granularity
Declarative Write 3 Node editor (6 contexts) + Animation + VSE
Imperative Write 9 Object/Material/Modifier/UV/Constraint/Physics/Scene
Fallback 3 execute_operator + execute_script + import_export

Compatibility

  • Blender 4.2 LTS, 4.5 LTS, 5.0+
  • Python 3.11+

Full Changelog

See CHANGELOG.md for complete details.