

BlenderMCP
Summary
BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender.
Available Actions(8)
create_object
Create a new 3D object in Blender. Parameters: object_type (string), properties (optional dictionary)
modify_object
Modify an existing 3D object in Blender. Parameters: object_id (string), modifications (dictionary)
delete_object
Delete a specified 3D object from the scene. Parameters: object_id (string)
apply_material
Apply a material to a specified object in Blender. Parameters: object_id (string), material_properties (dictionary)
get_scene_info
Retrieve detailed information about the current Blender scene.
execute_blender_code
Run arbitrary Python code in Blender. Parameters: code (string)
download_model
Download a 3D model from Poly Haven. Parameters: model_id (string)
generate_3D_model
Generate a 3D model using Hyper3D. Parameters: model_description (string)
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation