Blender
The Blender MCP server connects AI agents to Blender for AI-assisted 3D modeling. Agents can inspect the scene and objects, create, modify, and delete 3D objects, apply and create materials, run arbitrary Python in Blender, pull assets from Poly Haven and Sketchfab, generate 3D models via Hyper3D Rodin, and screenshot the viewport.
Tools
apply_material
Apply and modify materials and colors on an object.
create_material
Create a new material to assign to Blender objects.
create_object
Create a new 3D object in the current Blender scene.
delete_object
Delete an existing object from the current Blender scene.
download_polyhaven_asset
Download a Poly Haven asset into the Blender scene.
execute_blender_code
Run arbitrary Python code inside Blender from the agent.
generate_hyper3d_model_via_text
Generate a 3D model from text using Hyper3D Rodin.
get_object_info
Retrieve information about a specific object in the scene.
get_polyhaven_categories
List all of the available Poly Haven asset categories.
get_scene_info
Get detailed information about the current Blender scene.
get_viewport_screenshot
Capture a screenshot of the Blender viewport for context.
modify_object
Modify the properties of an existing 3D object in Blender.
search_polyhaven_assets
Search Poly Haven for downloadable HDRIs and assets.
search_sketchfab_models
Search the Sketchfab database for downloadable models.