-
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 スクリプトを管理および実行するための Model Context Protocol (MCP) サーバー。
pip install mcp
)add_script(name, content)
- 新しいスクリプトを追加するedit_script(name, content)
- 既存のスクリプトを編集するexecute_script(name, blend_file=None)
- オプションで.blendファイルを指定して、Blenderでスクリプトを実行します。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