A
licenseNot graded
qualityB
maintenanceEnables any MCP client to control Blender 5.2 LTS via natural language, including scene creation, object manipulation, material assignment, rendering, and Python execution.
1
MIT
No user-submitted related servers found.
Scored across 4 tools
四个工具分别对应连接状态、代码执行、场景概览和对象属性查询,职责边界清晰,一个操作只对应一个工具,不会让 Agent 产生选择歧义。
所有工具均以 blender_ 前缀和 snake_case 命名,整体风格统一;但 blender_status、blender_scene_summary 是名词式,而 blender_run_code 是动词式,未完全遵循同一 verb_noun 模式,存在轻微不一致。
共 4 个工具,覆盖连接检查、执行、场景概览和对象详情,面向 Blender 交互的职责适中,每个工具都有独立且必要的用途。
blender_run_code 作为通用执行入口弥补了大量直接操作工具的缺失,配合场景清单和对象信息可完成核心查询与操作;但缺少渲染、文件保存等更专门的 Blender 工作流工具,存在可绕过的小缺口。