This skill enables OpenClaw to control Blender through the BlenderMCP Model Context Protocol integration.
N to show the 3D View sidebarstart-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
共 1 个版本