Get information about the current Blender scene, including objects, materials, and camera settings
Create a new 3D object in Blender with specified parameters
Modify properties of an existing object in the Blender scene
Delete an object from the Blender scene
Apply or create materials for objects in the scene
Execute arbitrary Python code in Blender
Download and import models, textures, and HDRIs from Poly Haven
Generate 3D models using Hyper3D Rodin AI
BlenderMCP connects Blender to AI assistants through the Model Context Protocol (MCP), enabling direct interaction with and control of Blender. This integration allows for prompt-assisted 3D modeling, scene creation, and manipulation without requiring manual coding. With BlenderMCP, users can leverage AI to create complex 3D scenes, manipulate objects, apply materials, and even generate 3D models through integrations with Poly Haven assets and Hyper3D Rodin. The two-way communication between AI and Blender opens up new possibilities for creative workflows and rapid prototyping.
BlenderMCP creates a bridge between AI assistants and Blender 3D software through the Model Context Protocol. This integration allows AI to directly interact with Blender, enabling prompt-assisted 3D modeling, scene creation, and manipulation.
Before installing BlenderMCP, ensure you have:
Install uv based on your operating system:
Mac:
brew install uv
Windows:
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
Then add it to your path:
set Path=C:\Users\[username]\.local\bin;%Path%
For other systems, follow the installation instructions at the uv documentation.
addon.py
file from the BlenderMCP repositoryaddon.py
fileclaude_desktop_config.json
:{
"mcpServers": {
"blender": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
}
Mac users:
.cursor/mcp.json
in your project root with the configurationWindows users:
{
"mcpServers": {
"blender": {
"command": "cmd",
"args": [
"/c",
"uvx",
"blender-mcp"
]
}
}
}
Important: Only run one instance of the MCP server (either on Cursor or Claude Desktop), not both.
Once connected, you'll see a hammer icon in your AI assistant interface with tools for the Blender MCP. You can now ask the AI to:
Try these example prompts with your AI assistant:
You can also provide reference images and ask the AI to create a Blender scene based on them.
Hyper3D's free trial key allows you to generate a limited number of models per day. If you reach the daily limit, you can either wait for the next day's reset or obtain your own key from hyper3d.ai and fal.ai.
For feedback, inspiration, and collaboration, join the BlenderMCP Discord community.