← 返回 Skills 市场
mars720816

Blender Mcp

作者 mars720816 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
399
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-blender-mcp-skill
功能描述
Integrate Blender MCP (Model Context Protocol) allowing OpenClaw to control Blender for 3D modeling, scene creation, and manipulation. Use when you need to i...
安全使用建议
This skill is internally coherent for controlling a local Blender instance, but it grants high-power actions (notably 'execute arbitrary Python code' inside Blender) and references external asset/model services without declaring API credentials. Before installing: 1) Verify you trust the blender-mcp addon source (the README points to a GitHub repo) and the uvx package that will be invoked. 2) Inspect any addon.py you install and review the blender-mcp implementation for unexpected network behavior. 3) Use the included scripts (scripts/test-connection.py) in a controlled environment to confirm behavior. 4) If you use external downloads or model-generators, confirm whether API keys are needed and where they'll be stored. 5) Consider running Blender and the skill in an isolated VM/container or limit the agent’s autonomous invocation if you don’t want the agent to run potentially destructive Python inside Blender without oversight.
功能分析
Type: OpenClaw Skill Name: openclaw-blender-mcp-skill Version: 0.1.0 The skill bundle provides integration with Blender via the Model Context Protocol (MCP) but includes high-risk capabilities, most notably an `execute_code` tool defined in `SKILL.md` that allows the AI agent to run arbitrary Python code within the Blender environment. Additionally, the skill includes tools for downloading assets from external sources (Poly Haven, Sketchfab) and a script (`scripts/start-server.sh`) that executes an external package via `uvx blender-mcp`. While these features are aligned with the stated goal of 3D modeling, the provision of arbitrary code execution and external network fetching represents a significant attack surface without built-in sanitization.
能力评估
Purpose & Capability
Name/description match the included files and instructions. The skill expects Blender + the BlenderMCP addon and the uvx-distributed blender-mcp package, which is consistent with its stated purpose. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md limits communication to a local MCP socket (host/port) and lists expected commands. It explicitly exposes an execute_code command (run arbitrary Python inside Blender) and commands that download from Poly Haven / Sketchfab and call a 'Hyper3D Rodin AI' generator. Arbitrary-code execution is expected for full Blender control but is high-privilege; the skill does not declare how external service credentials (if needed) are supplied.
Install Mechanism
No install spec is embedded in the skill (instruction-only). The provided start-server script simply calls 'uvx blender-mcp' after checking uvx exists — no downloads or archive extraction are performed by the skill itself.
Credentials
The skill does not request credentials or config paths. It documents optional BLENDER_HOST/BLENDER_PORT env vars, which is proportional. However, listed features that access external services (Sketchfab/Poly Haven/Hyper3D) may require API keys or credentials; those are not declared, which may be an oversight worth clarifying.
Persistence & Privilege
always is false and the skill contains no code that attempts to modify other skill configs or system-wide settings. Scripts are local helpers and the test script only connects to localhost:9876.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-blender-mcp-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-blender-mcp-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Blender MCP integration for OpenClaw. - Enables OpenClaw to control Blender for 3D modeling, scene creation, and manipulation via BlenderMCP. - Provides commands to create, modify, and manage 3D objects and materials, execute Python code, and interact with external asset libraries. - Includes instructions for setup, connection, and usage examples. - Offers troubleshooting tips and configuration options for host and port. - Adds scripts for server startup and connection testing.
元数据
Slug openclaw-blender-mcp-skill
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Blender Mcp 是什么?

Integrate Blender MCP (Model Context Protocol) allowing OpenClaw to control Blender for 3D modeling, scene creation, and manipulation. Use when you need to i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 399 次。

如何安装 Blender Mcp?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-blender-mcp-skill」即可一键安装,无需额外配置。

Blender Mcp 是免费的吗?

是的,Blender Mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Blender Mcp 支持哪些平台?

Blender Mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Blender Mcp?

由 mars720816(@mars720816)开发并维护,当前版本 v0.1.0。

💬 留言讨论