Blender

Author:@ahujasid
View on GitHub

Overview

BlenderMCP is a Model Context Protocol (MCP) integration that links Blender with Claude AI. It enables you to create, inspect, and edit 3D models and scenes using natural language prompts.

To use it, install the addon within Blender, configure your MCP server settings, and connect to Claude AI. You can then start creating and manipulating 3D content through conversation.

Its key features include two-way communication with Blender, full object manipulation (create, modify, delete), material and color control, detailed scene inspection, and the ability to execute Python code in Blender directly from Claude.

Common use cases are building complex 3D scenes with AI assistance, modifying existing models via text commands, and generating new 3D models from parameters or images.

It requires Blender 3.0 or newer. For generation limits, the free trial key for Hyper3D allows a limited number of models per day. If you encounter connection issues, verify that the Blender addon server is active and your MCP server is configured properly.

Configuration

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