Blender MCP v0.1.1
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
Add to your MCP settings:
{
"mcpServers": {
"blender": {
"type": "tcp",
"host": "127.0.0.1",
"port": 9876
}
}
}What's Changed
- Update release workflow by @Bluepuff71 in #1
New Contributors
- @Bluepuff71 made their first contribution in #1
Full Changelog: https://github.com/Bluepuff71/blender-mcp/commits/v0.1.1