Skip to main content
Glama
cristoferarango

blender-studio-pro-mcp

Blender Studio Pro MCP

100% Blender 제어 — Cursor, Claude, Codex, OpenCode, DeepSeek, Windsurf 및 모든 MCP 클라이언트에서.

기능

전용 도구

221

모듈

33

bpy.ops 카테고리

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-mcp

Blender에 ZIP 설치

다운로드: blender_studio_pro_mcp.zip

  1. Blender 열기 → Edit → Preferences → Add-ons → Install…

  2. blender_studio_pro_mcp.zip 선택

  3. Blender Studio Pro MCP 활성화

  4. 3D 뷰포트에서 NStudio ProStart 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는 이를 완전히 지원합니다:

계층

기능

유니버설 브리지

get_coverage_report · list_operator_categories · search_operators · get_operator_info · poll_operator · call_operator · call_operators_batch

전용 도구

221개의 고수준 도구 (재질, 물리, 스컬프팅, VSE, GP, 컴포지터, 메시 편집 등)

Python

모든 bpy / bmeshexecute_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

Install Server
A
license - permissive license
C
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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