BlenderMCP connects Blender to Claude AI through the Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, and object manipulation via direct communication between Claude and Blender.
Retrieve detailed information about the current Blender scene and objects.
Add, remove, or alter 3D shapes and objects in the Blender scene.
Assign existing materials or generate new ones for objects in the scene.
Run arbitrary Python code within Blender to perform custom operations.
Search and download models, textures, and HDRI images from Poly Haven's API.
Generate 3D models using Hyper3D Rodin's AI model generation service.
Capture and view screenshots of the Blender viewport to better understand the scene.
Find and download 3D models from Sketchfab for use in Blender.
{
"mcpServers": {
"blender": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
}