blender-mcp Skill
Control Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender. Published by NousResearch in hermes-agent.
What is blender-mcp Skill?
Control Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using hermes-agent
Technical details
- Install or run with Copy skill directory
When to use blender-mcp Skill
- Use it for developers using hermes-agent.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: optional-skills/creative/blender-mcp/SKILL.md
What it does
Control Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code. Use when user wants to create or modify anything in Blender.
Skill instructions
Blender MCP Control a running Blender instance from Hermes via socket on TCP port 9876. Setup (one-time) 1. Install the Blender addon curl -sL https://raw.githubusercontent.com/ahujasid/blender-mcp/main/addon.py -o ~/Desktop/blendermcpaddon.py In Blender: Edit Preferences Add-ons Install select blendermcpaddon.py Enable "Interface: Blender MCP" 2. Start the socket server in Blender Press N in Blender viewport to open sidebar. Find "BlenderMCP" tab and click "Start Server". 3. Verify connection nc -z -w2 localhost 9876 && echo "OPEN" || echo "CLOSED" Protocol Plain UTF-8 JSON over TCP -- no length prefix. Send: {"type": "<command", "params": {<kwargs}} Receive: {"status": "success", "result": <value} {"status": "error", "message": "<reason"} Available Commands | type | params | description | |-------------------------|-------------------|---------------------------------| | executecode | code (str) | Run arbitrary bpy Python code | | getsceneinfo | (none) | List all objects in scene | |
Explore related resources
Frequently asked questions
What is blender-mcp?
blender-mcp is a open-source AI agent skill with Copy skill directory. Control Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code.
Who is blender-mcp best for?
blender-mcp is best for reusing agent instructions, scripts, and references.
How do I install blender-mcp?
Install or run blender-mcp using Copy skill directory. Check blender-mcp for the latest setup command.
Is blender-mcp actively maintained?
blender-mcp may need a closer maintenance check before production use.
Auto-fetched from GitHub.