
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), options (optional dictionary)
Modify an existing 3D object in Blender. Parameters: object_id (string), modifications (dictionary)
Delete a 3D object from Blender. Parameters: object_id (string)
Apply a material to a 3D object in Blender. Parameters: object_id (string), material_properties (dictionary)
Get detailed information about the current Blender scene.
Run arbitrary Python code in Blender. Parameters: code (string)
Download a model or asset from Poly Haven. Parameters: model_id (string)
Generate a 3D model using Hyper3D. Parameters: model_type (string), options (optional dictionary)