What problem does it solve?
This Skill removes the friction of manually operating Blender when you want an AI to generate or modify 3D scenes, materials, animations, and viewport renders from a text-driven workflow.
Core Features & Use Cases
- Remote Blender control via TCP JSON protocol: Sends commands to a running Blender instance using a socket server.
- Arbitrary Blender Python execution: Runs
bpy code to create objects, materials, animations, and scene logic beyond fixed commands.
- Scene inspection and quick visuals: Retrieves scene/object information and can capture viewport screenshots for verification.
- Use case: Generate a product render pipeline by programmatically creating materials and placing objects, then rendering and screenshotting the viewport to review results before final output.
Quick Start
Start the Blender “BlenderMCP” server in your Blender session, then ask Hermes to generate a scene by sending execute_code to the running socket server on port 9876.