Works with the AI tools you already use
Blender Socket Control
by Edric Vale
Use to drive Blender from an agent over a socket: install the blender-mcp addon, connect, create primitives, assign materials, run operations, render images, an
Secure checkout via Stripe
See it in action
You say
Connect to Blender, create a red metallic cube at the origin, and render a 720p image to /tmp/output.png.
Your agent does
Connected to ws://127.0.0.1:9876. Created CUBE at [0,0,0]. Applied red metallic material to Cube. Scene resolution set to 1280x720. Render complete: /tmp/output.png saved.
What you get
About this skill
The problem
Controlling 3D software via natural language or scripts is difficult because Blender lacks a native, easy-to-access remote interface for external agents. Developers often have to write custom Python scripts and execute them manually within Blender's internal environment.
What it does
- Establishes a WebSocket connection between an external agent and a running Blender instance.
- Creates 3D primitives like cubes, spheres, and cylinders with precise coordinates.
- Applies materials, textures, and modifiers programmatically to scene objects.
- Configures render engines, resolutions, and samples for automated image generation.
- Saves local .blend files to persist the session and retrieve rendered assets.
Frameworks & tools
Blender (3.6+), blender-mcp addon, Python, WebSocket, JSON.
Why this beats prompting it yourself
General-purpose agents often hallucinate Blender's internal API methods or fail to manage the lifecycle of a headless session. This skill provides a structured command protocol that ensures the agent follows a valid execution flow, from socket handshake to file export.
Use cases
- Automating the generation of 3D assets for datasets or e-commerce mockups.
- Creating a voice-controlled or chat-driven 3D modeling interface.
- Programmatic rendering of scene variations for testing lighting and materials.
Known limitations
Requires the blender-mcp addon to be installed and active in the Blender instance. Not suitable for real-time animation playback or high-frequency interactive sculpting.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
More reviews for Edric Vale5.0(1)
Feedback buyers left on other skills by the same creator.
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in AI Agents & LLM Ops
agentic-workflow
A risk-aware, evidence-based engineering lifecycle protocol for robust agentic task execution and safety.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
Open Browser Use
Automate real Chrome profiles with a professional CLI, SDK, and MCP-ready automation stack for AI agents.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.