Blender MCP v0.1.4
Installation
- Download
blender_mcp.zip - In Blender: Edit > Preferences > Add-ons
- Click Install... and select the downloaded zip
- Enable "Blender MCP" in the addon list
Connecting from Claude Code
Run this command:
claude mcp add --transport http blender http://127.0.0.1:9876Or add to your MCP settings:
{
"mcpServers": {
"blender": {
"type": "http",
"url": "http://127.0.0.1:9876"
}
}
}What's Changed
- Fix f-string backslash syntax errors for Python 3.12+ by @Bluepuff71 in #4
Full Changelog: v0.1.3...v0.1.4