Blender

Blender

ahujasid

Connects Blender to Claude AI, letting you create and modify 3D scenes, objects, and materials using natural language prompts. Claude can execute Python code directly in Blender and access asset libraries.

17,5952,696 views1,685Local (stdio)

What it does

  • Execute Python code in Blender
  • Create and modify 3D objects through prompts
  • Download and apply textures from Poly Haven
  • Capture viewport screenshots
  • Inspect scene and object properties
  • Generate 3D models with AI tools

Best for

3D artists wanting AI-assisted modelingDevelopers automating Blender workflowsLearning 3D modeling with AI guidanceRapid prototyping of 3D scenes
Two-way communication with BlenderAccess to Poly Haven asset libraryExecute arbitrary Python in Blender

Tools (21)

get_scene_info

Get detailed information about the current Blender scene

get_object_info

Get detailed information about a specific object in the Blender scene. Parameters: - object_name: The name of the object to get information about

get_viewport_screenshot

Capture a screenshot of the current Blender 3D viewport. Parameters: - max_size: Maximum size in pixels for the largest dimension (default: 800) Returns the screenshot as an Image.

execute_blender_code

Execute arbitrary Python code in Blender. Make sure to do it step-by-step by breaking it into smaller chunks. Parameters: - code: The Python code to execute

get_polyhaven_categories

Get a list of categories for a specific asset type on Polyhaven. Parameters: - asset_type: The type of asset to get categories for (hdris, textures, models, all)

Alternatives