
BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Create a new 3D object in Blender. Parameters: object_type (string), location (optional tuple), rotation (optional tuple)
Modify an existing 3D object in Blender. Parameters: object_name (string), modifications (dict of properties to change)
Delete a specified 3D object from Blender. Parameters: object_name (string)
Apply a material to a specified object in Blender. Parameters: object_name (string), material_properties (dict of material settings)
Retrieve detailed information about the current Blender scene.
Run arbitrary Python code in Blender. Parameters: code (string)
Download a model from Poly Haven or other specified sources. Parameters: model_id (string)
Generate a 3D model using Hyper3D. Parameters: model_details (dict describing the model)