mcp.film

mcp.film / 3D, Worlds & VFX / Blender MCP

Blender MCP

Communityby Community (ahujasid)freeverified Aug 11, 2026

The most-adopted Blender MCP — model, texture, and assemble 3D scenes by prompt.

What it does

Two-way bridge between AI agents and Blender: inspect scenes, create/modify objects and materials, and execute arbitrary Python in Blender. With Poly Haven, Sketchfab, and Hyper3D Rodin integrations, an agent can pull assets and build previz sets or full shots. Community-maintained, but the de facto standard by install base.

Connect

Claude Code
claude mcp add blender -- uvx blender-mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "blender": {
      "command": "uvx",
      "args": [
        "blender-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "blender": {
      "command": "uvx",
      "args": [
        "blender-mcp"
      ]
    }
  }
}
Auth: local-app — Requires Blender 3.0+ running with the bundled addon installed and its socket server started

Tools you'll see

execute_blender_code

Field notes

25.7k stars, MIT, pushed Aug 11 2026; PyPI blender-mcp 1.8.0. execute_blender_code runs arbitrary Python — save your work first. Anonymous tool telemetry is on by default (disable via DISABLE_TELEMETRY). Asset integrations: Poly Haven (free), Sketchfab, Hyper3D Rodin. GUI-launched clients often fail with 'spawn uvx ENOENT' — use uvx's absolute path. The Blender Foundation now ships its own server (see blender-lab-mcp): official, but Blender 5.1+ and a harder install. This one is the pragmatic choice on 3.x/4.x.

Pairs well with