MCP-Blender
About
MCP-Blender is a Model Context Protocol server that connects Blender with Claude AI. It enables Claude to directly interact with and control Blender, allowing rapid, natural language‑based 3D modeling with support for parametric and relational design.
Details
- Author
- piolla
- Downloads
- 376
- Categories
- Other
Jump to
- Connects Blender with Claude via the Model Context Protocol.
- Generates 3D models directly in Blender.
- Executes temporary Python code inside Blender.
- Supports parametric and relational design workflows.
- Future support planned for CATIA and SolidWorks.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP-BlenderCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the UV package, clone the repository, and install the Blender add‑on (blender_addon.py) in Blender’s preferences. Then edit your Claude Desktop config (claude_desktop_config.json) to point to uvx with the argument blender-mcp, restart Claude, and verify the connection.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-blender": {
"Blender": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
}
}
McpServers
{
"Blender": {
"command": "uvx",
"args": [
"blender-mcp"
]
}
}
MCP-Blender
MCP Server for Blender
- Blender MCP Server는 Model Context Protocol로 Blender와 Claude AI에 연결. - Claude가 Blender와 직접 상호 작용하고 제어하여 - 신속하고 자연 기반으로 3D 모델링을 가능하게 하며, - Parametric Design, Ralational Design이 가능하도록 합니다. (향후 Blender외 CATIA, SoildWorks용 MCP-Server 예정임)1. Functions
1) MCP를 사용한 CAD SW인 Blender와 연결 2) Belnder에서 Model 생성 3) Blender에서 tempoary code 수행2. 필요 사항
1) Blender (3.5이상) 2) Claude ai 3) Python (3.10이상) 4) UV Package3. 설치 Step #1: UV Package
1) UV and UVX ``` text pip install uv- https://docs.astral.sh/uv/getting-started/installation/#__tabbed_1_2 참조
"
2) 설치 확인
shell
uv --version
uvx --version
3) 설치 경로 확인
- 만약 가상환경에 설치 되었다면 가능한 Full path를 지정해주는 방법 권장
shellSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



