Install
openclaw skills install @mars720816/openclaw-blender-mcp-skillIntegrate Blender MCP (Model Context Protocol) allowing OpenClaw to control Blender for 3D modeling, scene creation, and manipulation. Use when you need to interact with Blender, create 3D models, modify scenes, or generate 3D content.
openclaw skills install @mars720816/openclaw-blender-mcp-skillThis skill enables OpenClaw to control Blender through the BlenderMCP Model Context Protocol integration.
In Blender:
N to show the 3D View sidebarIn OpenClaw:
start-server script to start the MCP serveruvx blender-mcp manuallyThe following tools are available through BlenderMCP:
get_scene_info - Get detailed information about the current Blender scenecreate_object - Create a new 3D object (cube, sphere, cylinder, etc.)delete_object - Delete an existing objectmodify_object - Modify object properties (location, rotation, scale, etc.)set_material - Create/assign a material to an objectexecute_code - Execute arbitrary Python code in Blenderget_screenshot - Get a screenshot of the current viewportdownload_asset_polyhaven - Download assets from Poly Havensearch_sketchfab - Search and download models from Sketchfabgenerate_model_3d - Generate 3D models using Hyper3D Rodin AIscripts/start-server.sh - Start the Blender MCP serverscripts/test-connection.py - Test connection to BlenderBy default, connects to:
localhost9876To change, set environment variables:
export BLENDER_HOST=your-host
export BLENDER_PORT=your-port