Home Tutorials Categories Skills About
ZH EN JA KO
🧊

Blender

3D Modeling Developer Tools

Install Command

npx clawhub@latest install blender

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Blender to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Blender appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Create 3D models and scenes with natural language Manipulate materials, lights, and cameras Execute Blender Python scripts

Detailed Description

Blender MCP Server integrates Blender 3D modeling software into AI, enabling you to create and manipulate 3D scenes through natural language descriptions.

Core Features

  • Scene Creation: Create 3D objects and set up scene layouts through text descriptions, with AI automatically generating corresponding Blender operations
  • Materials & Rendering: Set material properties, adjust lighting parameters, configure camera angles and render settings
  • Script Execution: Execute Python scripts within Blender for complex modeling and animation operations

Configuration

{
  "mcpServers": {
    "blender": {
      "command": "uvx",
      "args": ["blender-mcp"]
    }
  }
}
// Requires installing and enabling the corresponding addon in Blender

Use Cases

  • Quickly build 3D scene prototypes using natural language
  • Batch create and arrange 3D objects
  • Let AI assist with adjusting material parameters and lighting effects
  • Automate repetitive 3D modeling tasks