blender-studio-pro-mcp
Blender Studio Pro MCP
100% Blender 控制,来自 Cursor、Claude、Codex、OpenCode、DeepSeek、Windsurf 以及任何 MCP 客户端。
作者: Cristofer Arango
许可证: 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-mcp在 Blender 中安装 ZIP
打开 Blender → 编辑 → 偏好设置 → 插件 → 安装…
选择
blender_studio_pro_mcp.zip启用 Blender Studio Pro MCP
在 3D 视口中按 N → Studio 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 完全覆盖它们:
层 | 能力 |
通用桥接 |
|
专用工具 | 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