BlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Blender3D ModelingAIClaudeModel Context Protocolcontext
Installation & Configuration
{
"mcpServers": {
"blender": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2025/3/7
Updated
2026/6/8