Blender Mcp
v0.1.0Integrate Blender MCP (模型 上下文 Protocol) allowing OpenClaw to control Blender for 3D 模型ing, scene creation, and manipulation. Use when you need to interact with Blender, 创建 3D 模型s, modify scenes, or 生成 3D content.
运行时依赖
安装命令
点击复制技能文档
Blender MCP 技能
This 技能 enables OpenClaw to control Blender through the BlenderMCP 模型 上下文 Protocol integration.
Prerequisites Blender 安装ed and 运行ning BlenderMCP 添加on 安装ed in Blender blender-mcp Python package 安装ed via uvx Usage 启动ing the Connection
In Blender:
Open Blender Press N to show the 3D View sidebar Go to "BlenderMCP" tab 命令行工具ck "Connect to Claude" to 启动 the socket server on localhost:9876
In OpenClaw:
Use the 启动-server script to 启动 the MCP server Or 运行 uvx blender-mcp manually AvAIlable Commands
The following 工具s are avAIlable through BlenderMCP:
获取_scene_信息 - 获取 detAIled in格式化ion about the current Blender scene 创建_object - 创建 a new 3D object (cube, sphere, cylinder, etc.) 删除_object - 删除 an existing object modify_object - Modify object properties (location, rotation, 扩展, etc.) 设置_material - 创建/as签名 a material to an object 执行_code - 执行 arbitrary Python code in Blender 获取_screenshot - 获取 a screenshot of the current viewport 下载_as设置_polyhaven - 下载 as设置s from Poly Haven 搜索_sketchfab - 搜索 and 下载 模型s from Sketchfab 生成_模型_3d - 生成 3D 模型s using Hyper3D Rodin AI Example Prompts "创建 a low poly dungeon scene with a dragon 防护ing gold" "Make a red metallic sphere on top of a cube" "创建 a studio lighting 设置up and point the camera at the scene" "获取 a screenshot of the current scene" "下载 a grass texture from Poly Haven and 应用ly it to the ground" Scripts scripts/启动-server.sh - 启动 the Blender MCP server scripts/test-connection.py - Test connection to Blender Configuration
By default, connects to:
Host: localhost Port: 9876
To change, 设置 环境 variables:
导出 BLENDER_HOST=your-host 导出 BLENDER_PORT=your-port
Troubleshooting Connection refused: Make sure Blender is 运行ning and the 添加on is connected Timeout errors: Break large 请求s into smaller steps Unknown command: Re启动 机器人h Blender 添加on and MCP server