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.
No reviews yet. Be the first to review!
Sign in to join the conversation
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)