blender-studio-pro-mcp
Blender Studio Pro MCP
100% Blender 제어 — Cursor, Claude, Codex, OpenCode, DeepSeek, Windsurf 및 모든 MCP 클라이언트에서.
저자: Cristofer Arango
웹사이트: corporacionarango.com
라이선스: Apache License 2.0
라이선스 키 없음. 로컬 전용. 모든 기기에서 클론 가능.
기능
전용 도구 | 221 |
모듈 | 33 |
| 70+ |
연산자 (유니버설 브리지 경유) | 1,500–2,500+ |
221개 전용 도구 · 33개 모듈 · 70개 이상의 bpy.ops 카테고리 · 1,500–2,500개 이상의 연산자
Related MCP server: Blender MCP
설치
git clone https://github.com/cristoferarango/Blender-Studio-Pro-Mcp.git
cd Blender-Studio-Pro-Mcp
pip install -e .그런 다음 MCP 서버를 실행합니다:
blender-studio-pro-mcpBlender에 ZIP 설치
다운로드: blender_studio_pro_mcp.zip
Blender 열기 → Edit → Preferences → Add-ons → Install…
blender_studio_pro_mcp.zip선택Blender Studio Pro MCP 활성화
3D 뷰포트에서 N → Studio Pro → Start Server (포트
9877) 누르기
또는 blender_studio_pro_mcp/ 폴더를 Blender의 scripts/addons/에 복사하세요.
모든 MCP 클라이언트 연결
Cursor, Claude, Codex, OpenCode, DeepSeek, Windsurf에 대한 내용은 CLIENTS.md 를 참조하세요.
{
"mcpServers": {
"blender-studio-pro-mcp": {
"command": "blender-studio-pro-mcp",
"args": []
}
}
}"100%"의 의미
Blender에는 ~70개 이상의 bpy.ops 카테고리와 일반적으로 1500–2500개 이상의 연산자가 포함되어 있습니다.
Blender Studio Pro MCP는 이를 완전히 지원합니다:
계층 | 기능 |
유니버설 브리지 |
|
전용 도구 | 221개의 고수준 도구 (재질, 물리, 스컬프팅, VSE, GP, 컴포지터, 메시 편집 등) |
Python | 모든 |
따라서 에이전트는 Blender에서 모든 작업을 수행할 수 있습니다: 모델링, 애니메이션, 리깅, 시뮬레이션, 페인팅, 합성, 시퀀싱, 렌더링 및 파일 I/O.
에이전트 워크플로우 (전체 Blender)
get_coverage_report()
list_operator_categories()
search_operators("subdivide")
get_operator_info("mesh.subdivide")
poll_operator("mesh.subdivide")
call_operator("mesh.subdivide", {"number_cuts": 2})또는 사용 가능한 경우 전용 도구(create_object, set_principled_bsdf 등)를 사용하세요.
아키텍처
Cursor / Claude / Codex / OpenCode / DeepSeek / …
│ MCP stdio
▼
blender-studio-pro-mcp
│ TCP 127.0.0.1:9877
▼
Blender Studio Pro MCP addon → bpy (100%)검증
python server/self_check.py
python server/test_protocol.py
python server/smoke_test.py # Blender + Start Server요구 사항
Blender 3.6+ (4.x / 5.x 권장)
Python 3.10+
모든 MCP 호환 클라이언트
라이선스
Copyright 2026 Cristofer Arango — Apache-2.0
https://corporacionarango.com
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceTransforms Blender into an MCP server with 50+ tools for AI-driven 3D workflows, enabling complete control over objects, materials, animations, physics simulations, and rendering through natural language commands.45MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to control Blender through natural language for 3D scene creation, animation, and rendering. It provides over 550 actions and direct Python execution via a bridge to a live local Blender session.3MIT
- AlicenseBqualityBmaintenanceComprehensive MCP server for Blender with 308 tools across 25 modules, enabling AI-powered 3D creation and full VRChat avatar pipeline.1003MIT
- AlicenseCqualityCmaintenanceMCP server that enables AI to control Blender 3D, providing 175 typed tools for objects, materials, animation, compositing, and more via the Model Context Protocol.1002MIT
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
MCP server for Google Veo AI video generation
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cristoferarango/Blender-Studio-Pro-Mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server