feat(skills): add blender-mcp skill for 3D modeling and animation#1354
feat(skills): add blender-mcp skill for 3D modeling and animation#1354alireza78a wants to merge 2 commits into
Conversation
fix: update BlenderMCP button label to Start Server
|
|
||
| ### 1. Install the Blender addon | ||
|
|
||
| curl -sL https://raw.githubusercontent.com/ahujasid/blender-mcp/main/addon.py -o ~/Desktop/blender_mcp_addon.py |
There was a problem hiding this comment.
Is it normal to point to a third party gist rather than include the script?
There was a problem hiding this comment.
What version of blender should we be using?
There was a problem hiding this comment.
Good questions!
-
The curl command points to the official blender-mcp addon repo by ahujasid — this is intentional since the addon is maintained there and users should always get the latest version. I can add a note recommending to verify the source before running.
-
Tested on Blender 4.x (4.3+). I'll add the version requirement to the skill doc.
There was a problem hiding this comment.
https://pypi.org/project/bpy/ says the latest version of blender is pip install bpy==5.0.1 So I would assume Blender 5?
It's not great to be so new, but I'd expect that anything we choose will be old...
There was a problem hiding this comment.
Oh I missed that this is ran on a desktop vs a headless python.
There was a problem hiding this comment.
Yeah, desktop only — needs the viewport running for the socket server and screenshots. Headless won't work.
Tested on 4.3+, will add that to the doc.
|
Moved to |
feat(skills): add blender-mcp skill for 3D modeling and animation
Adds a new skill that teaches Hermes to control Blender directly via
the blender-mcp addon over a socket connection (port 9876).
What this enables
Demo
Hermes created this red sphere from a single natural language prompt:

Setup