blender-mcp
Community plugin to control Blender 3D with any LLM of your choice
Blender MCP
Connect Blender to any LLM
Prompt-assisted 3D modeling, scene creation, and manipulation — driven by AI.
Website · Full Tutorial · Discord · Releases · Sponsor
Supporters
CodeRabbit Kevin Guanche Darias
All supporters: Support this project
Quickstart
Three steps: install uv, point your MCP client at the server, install the Blender addon.
1. Install uv
# macOS
brew install uv
# Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
Warning: Do not proceed before installing uv. Use the official installer — not
pip install uv.
2. Add the MCP server to your client
{
"mcpServers": {
"blender": {
"command": "uvx",
"args": ["blender-mcp"]
}
}
}
claude mcp add blender uvx blender-mcp
See MCP Client Setup below for per-client instructions and one-click install buttons.
3. Install the Blender addon
uvx blender-mcp install-addon
Then in Blender: Edit → Preferences → Add-ons → enable Interface: Blender MCP.
4. Connect
In Blender's 3D viewport, press N → open the BlenderMCP tab → click Start MCP Server. That's it — ask Claude to build something.
Note: Only run one instance of the MCP server (either Cursor or Claude Desktop), not both.
Table of Contents
- Quickstart
- Features
- Components
- Installation
- MCP Client Setup
- Installing the Blender Addon
- Upgrading (existing users)
- Usage
- Persistent API Credentials
- Troubleshooting
- Technical Details
- Limitations & Security Considerations
- Telemetry Control
- Feedback
- Contributing
- Disclaimer
- Star History
Features
같은 카테고리 다른 리소스
Next.js
React 기반 풀스택 프레임워크. App Router와 서버 컴포넌트(RSC)가 사실상 표준이며, SSR·SSG·ISR을 한 프로젝트 안에서 다룬다.
shadcn/ui
복사·붙여넣기 방식의 React 컴포넌트 모음. npm 의존성이 아닌 코드 소유권 모델이라 커스터마이징이 자유롭다.
Supabase
PostgreSQL 기반 BaaS. Auth · Realtime · Storage · Edge Functions 통합.
Anthropic MCP
Claude가 외부 도구/데이터에 접근하도록 해주는 프로토콜 표준. 생태계의 근간.