Releases: emeryporter/blender-mcp
Releases · emeryporter/blender-mcp
Release list
Blender MCP v0.1.6
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 visual tools token overflow by returning file paths instead of ba… by @Bluepuff71 in #6
Full Changelog: v0.1.5...v0.1.6
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
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
Blender MCP v0.1.3
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
- Enable tool module imports to register all 86 tools by @Bluepuff71 in #3
Full Changelog: v0.1.2...v0.1.3
Blender MCP v0.1.2
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
- Update release workflow by @Bluepuff71 in #2
Full Changelog: v0.1.1...v0.1.2
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