blender-mcp-bridge
by otinori
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLENDER_HOST | No | Blender host address | localhost |
| BLENDER_PORT | No | Blender port number | 9876 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| blender/get_scene_infoA | アクティブシーンの名前・オブジェクト数・フレーム情報を返す |
| blender/list_objectsB | シーン内オブジェクト一覧(名前・type・位置)を返す |
| blender/get_objectB | 指定オブジェクトの詳細(位置・回転・スケール・マテリアル)を返す |
| blender/create_objectC | メッシュ・ライト・カメラ等を作成する |
| blender/delete_objectB | 指定オブジェクトを削除する |
| blender/transform_objectA | オブジェクトの位置・回転・スケールを変更する(指定したプロパティのみ更新) |
| blender/set_materialB | オブジェクトに Principled BSDF マテリアルを設定する |
| blender/execute_pythonB | 任意の Python コードを Blender 内で実行する(上級者向け) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/otinori/blender-mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server