Skip to content

Releases: emeryporter/blender-mcp

Blender MCP v0.1.6

Choose a tag to compare

@aloy-the-cat aloy-the-cat released this 26 Jan 22:22

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

  • 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

Choose a tag to compare

@aloy-the-cat aloy-the-cat released this 26 Jan 21:58

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

  • 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

Choose a tag to compare

@aloy-the-cat aloy-the-cat released this 26 Jan 21:47

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

  • 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

Choose a tag to compare

@aloy-the-cat aloy-the-cat released this 26 Jan 21:43

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

  • 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

Choose a tag to compare

@aloy-the-cat aloy-the-cat released this 26 Jan 21:32

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

Blender MCP v0.1.1

Choose a tag to compare

@aloy-the-cat aloy-the-cat released this 26 Jan 21:10

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