BlenderMCP - Blender Model Context Protocol Integration

Active

BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.

Updated 8/8/2025
Key Features

What makes this MCP server special

Two-way communication: Connect Claude AI to Blender through a socket-based server
Object manipulation: Create
modify
and delete 3D objects in Blender
Material control: Apply and modify materials and colors
Scene inspection: Get detailed information about the current Blender scene
Code execution: Run arbitrary Python code in Blender from Claude

Requirements

uvx
Server Information

Status

Active

Version

1.0.0

License

MIT

Author

https://github.com/ahujasid

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/ahujasid/blender-mcp?tab=readme-ov-file#installation

2. Configuration

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

3. Usage Example

-