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 → 编辑 → 偏好设置 → 插件 → 安装…

  2. 选择 blender_studio_pro_mcp.zip

  3. 启用 Blender Studio Pro MCP

  4. 在 3D 视口中按 NStudio Pro启动服务器(端口 9877

或者将文件夹 blender_studio_pro_mcp/ 复制到 Blender 的 scripts/addons/ 中。

连接任何 MCP 客户端

请参阅 CLIENTS.md 了解 Cursor、Claude、Codex、OpenCode、DeepSeek、Windsurf。

{
  "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

execute_python 用于任何 bpy / bmesh

因此代理可以在 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 的客户端

许可证

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