-
securityA
license-
qualityA Model Context Protocol server that enables seamless execution of commands, Python code, web content fetching, and reusable task management with secure credentials handling.
Last updated -
2
Python
MIT License
用于管理和执行 Blender 脚本的模型上下文协议 (MCP) 服务器。
pip install mcp
)add_script(name, content)
- 添加新脚本edit_script(name, content)
- 编辑现有脚本execute_script(name, blend_file=None)
- 在 Blender 中执行脚本,可选择指定 .blend 文件remove_script(name)
- 删除脚本scripts://list
- 获取可用脚本列表script://{name}
- 获取特定脚本的内容result://{name}
- 获取脚本的执行结果script_files/scripts
目录中script_files/results
目录中script_files/metadata.json
中跟踪pip install mcp
麻省理工学院
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
模型上下文协议服务器允许管理和执行 Blender Python 脚本,使用户能够通过自然语言界面在无头 Blender 环境中创建、编辑和运行脚本。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cwahlfeldt/blender-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server