-
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(Model Context Protocol) 서버입니다.
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
MIT
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