Blender MCP Server
CommunityAbout
Connect Claude to Blender for AI-assisted 3D modeling, scene creation, and rendering. Drive Blender's Python API directly from natural language prompts.
Features
- Create and modify 3D objects
- Manage materials, lighting, and cameras
- Scene inspection and manipulation
- Run Python scripts inside Blender
- Render scenes on demand
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"blender": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"blender": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Create a low-poly castle scene"
- "Apply a procedural material to the selected object"
- "Set up three-point lighting"
- "Render the current scene at 1080p"