- Home
- MCP servers
- Blender
Blender
- python
0
GitHub Stars
python
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"spranjal3301-final-year-project": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
}You can connect Blender with Claude AI using the Blender MCP Server. This setup lets Claude send commands to Blender to create and edit 3D scenes, manage objects and materials, inspect your scene, and even run Python code inside Blender. It enables prompt-driven 3D work with a live, two-way connection between Claude and Blender.
How to use
Start by ensuring the Blender MCP server is running and Claude is configured to connect to it. In Blender, enable the Blender MCP addon, then connect to Claude through the dedicated panel. When connected, you will see tools like a hammer icon that let you issue commands to create, modify, or inspect your scene, apply materials, and execute Python code inside Blender. Use practical prompts to guide Claude, such as asking it to create a low-poly dungeon scene, generate materials, or place a camera and lighting to match a given mood.
How to install
Prerequisites: install the UV package manager before proceeding.
Install the Blender addon and configure the MCP server as shown below.
{
"mcpServers": {
"blender": {
"type": "stdio",
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
}
Additional configuration and usage notes
There are two local MCP command setups shown for different environments. Use the one that matches your operating system to ensure the MCP server runs correctly.
{
"mcpServers": {
"blender": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
}
Troubleshooting and tips
Ensure the Blender addon server is running and Claude is configured to use the correct MCP server entry. If a command initially fails, try again, as the first attempt may require a moment to establish the connection. If problems persist, restart both Blender and Claude and re-check the MCP server configuration.
Examples of what you can ask Claude to do
Create a low-poly dungeon scene with a dragon guarding a pot of gold, or generate a garden gnome model with a metallic finish. Request scene inspections, object creation, material application, or Python code execution inside Blender to automate tasks.
Available tools
get_scene_info
Retrieve detailed information about the current Blender scene, including objects, cameras, lights, and materials.
create_or_modify_object
Create new objects or modify existing ones, including position, rotation, scale, and visibility.
delete_object
Delete objects from the scene by name or by selection.
apply_material
Create or assign materials to objects, adjust colors, textures, and material properties.
execute_blender_code
Run arbitrary Python code inside Blender to automate tasks or generate content.
download_poly_haven_assets
Download models, textures, and HDRIs from Poly Haven directly into your Blender project.
hyper3d_generation
Generate 3D models via Hyper3D Rodin based on prompts and integrate them into the scene.