BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Create a new 3D object in Blender. Parameters: object_type (string), properties (optional dictionary)
Modify an existing 3D object in Blender. Parameters: object_id (string), properties (dictionary)
Delete a specified 3D object from Blender. Parameters: object_id (string)
Apply a material to a specified 3D object. Parameters: object_id (string), material_properties (dictionary)
Run arbitrary Python code in Blender. Parameters: code (string)
Retrieve detailed information about the current Blender scene.
Download a 3D model from Poly Haven. Parameters: model_id (string)
Generate a 3D model using Hyper3D. Parameters: model_description (string)