Skip to main content
Glama
cristoferarango

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

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を開く → 編集 → プリファレンス → アドオン → インストール…

  2. blender_studio_pro_mcp.zipを選択

  3. Blender Studio Pro MCPを有効化

  4. 3DビューポートでNを押す → Studio 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 / bmeshに対するexecute_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_objectset_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互換クライアント

ライセンス

著作権 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