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
- Download �lender_mcp_addon-1.0.0.zip below
- In Blender: Edit > Preferences > Add-ons > Install from Disk > select the zip
- 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.