Skip to content

Blender MCP v0.1.1

Choose a tag to compare

@aloy-the-cat aloy-the-cat released this 26 Jan 21:10
· 17 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

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