This MCP server implementation provides a bridge between Claude and Blender, enabling AI-driven 3D modeling and animation. Developed using Python, it leverages the Blender Python API (bpy) to allow Claude to interact with Blender through natural language commands. The server is designed for use cases requiring AI assistance in 3D content creation, such as automated scene generation, model manipulation, or animation scripting within Blender.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Add a new script. Parameters: name (string), content (string)
Edit an existing script. Parameters: name (string), content (string)
Execute a script in Blender, optionally specifying a .blend file. Parameters: name (string), blend_file (optional string)
Remove a script. Parameters: name (string)
Get list of available scripts.
Get content of a specific script. Parameters: name (string)
Get execution result of a script. Parameters: name (string)