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-mcpУстановка ZIP в Blender
Скачать: blender_studio_pro_mcp.zip
Откройте Blender → Правка → Настройки → Дополнения → Установить…
Выберите
blender_studio_pro_mcp.zipВключите Blender Studio Pro MCP
В 3D-вьюпорте нажмите N → Studio Pro → Запустить сервер (порт
9877)
Или скопируйте папку blender_studio_pro_mcp/ в scripts/addons/ Blender.
Подключение любого 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: моделировать, анимировать, оснащать, симулировать, рисовать, композитировать, монтировать, рендерить и выполнять файловый ввод/вывод.
Рабочий процесс агента (полный 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-совместимый клиент
Лицензия
Авторские права 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