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)