Skip to content

Blender MCP v0.1.2

Choose a tag to compare

@aloy-the-cat aloy-the-cat released this 26 Jan 21:32
· 12 commits to main since this release

Installation

  1. Download blender_mcp.zip
  2. In Blender: Edit > Preferences > Add-ons
  3. Click Install... and select the downloaded zip
  4. 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:9876

Or 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