blender-mcp-addon

Ratatouillewords745/blender-mcp-addon
★ 0 stars Python 💻 Code/Dev Tools Updated today
Execute Python code in Blender from any MCP client using a local server for real-time scene control and bpy automation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "blender-mcp-addon": {
      "command": "uvx",
      "args": [
        "blender-mcp-addon"
      ]
    }
  }
}

Or install with pip: pip install blender-mcp-addon

README Excerpt

This addon creates a bridge between Blender and AI tools like Claude. It opens a communication channel inside Blender on port 9876. Once active, this channel allows your AI assistant to send commands directly to Blender. You can ask Claude to generate scenes, modify objects, or run scripts without leaving your chat window.

Topics

3daiautomationblenderblender-addonclaudecoworkdccllmmcpmodel-context-protocolpythontcp