HTTP-based MCP bridge that connects Claude Code to Blender with zero dependencies and no timeouts. Includes a Blender addon (local HTTP server on port 7234) and a Python MCP bridge. Thread-safe via bpy.app.timers. Supports code execution, scene info, screenshots and rendering. Works on Blender 4.x and 5.x.
Or install with pip: pip install blender-claude-mcp
README Excerpt
A lightweight, reliable bridge that lets **Claude Code control Blender** via a local HTTP server — no external dependencies, no timeouts. Existing Blender MCP solutions use raw TCP sockets, which cause frequent timeouts and are hard to debug. This project replaces the socket layer with plain **HTTP on localhost** — making the connection stable, debuggable with `curl`, and easy to extend.