Blender MCP v0.1.5
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 tool handler to use wrapper that handles argument dict by @Bluepuff71 in #5
Full Changelog: v0.1.4...v0.1.5