Blender
Summary
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.
Available Actions(7)
add_script
Add a new script. Parameters: name (string), content (string)
edit_script
Edit an existing script. Parameters: name (string), content (string)
execute_script
Execute a script in Blender, optionally specifying a .blend file. Parameters: name (string), blend_file (optional string)
remove_script
Remove a script. Parameters: name (string)
scripts://list
Get list of available scripts.
script://{name}
Get content of a specific script. Parameters: name (string)
result://{name}
Get execution result of a script. Parameters: name (string)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요