BlenderMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLENDER_HOST | No | Host address for Blender socket server (default: "localhost") | localhost |
| BLENDER_PORT | No | Port number for Blender socket server (default: 9876) | 9876 |
| BLENDER_AUTH_TOKEN | No | Optional shared secret. If set in Blender (Addon Preferences) the MCP server must send the same token. | |
| BLENDER_MCP_TOOL_PROFILE | No | Controls how many MCP tools are exposed (default: "standard"). Profiles: minimal, standard, full. | standard |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {
"tasks": {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
}
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| assign_materialC | Assign a material to a mesh object slot. |
| create_primitiveC | Create a primitive mesh object. |
| execute_blender_codeB | Execute arbitrary Python code in Blender. Make sure to do it step-by-step by breaking it into smaller chunks. Parameters:
|
| execute_opsC | Execute a validated allowlisted ops request (DSL v1) in Blender. Parameters:
|
| get_capabilitiesA | Return server/addon capabilities: DSL version, enabled integrations, supported ops/formats. |
| get_scene_infoB | Get detailed information about the current Blender scene |
| get_viewport_screenshotA | Capture a screenshot of the current Blender 3D viewport. Parameters:
Returns the screenshot as an Image. |
| render_stillC | Render a still image to output_path (or temp). |
| select_objectsC | Select objects by name.
|
| set_transformC | Set object transform values. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| asset_creation_strategy | Defines the preferred strategy for creating assets in Blender |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| help_index | Start here: how to set up and use BlenderMCP. |
| help_quickstart | Minimal steps to connect Blender + MCP client and run a first command. |
| help_tools | High-signal tips for using BlenderMCP tools effectively. |
| help_troubleshooting | Common setup and runtime issues and what to try next. |
| help_security | Key safety considerations when using BlenderMCP. |
| example_ops_basic | Create a cube, make a material, assign it (DSL v1). |
| example_ops_modifiers | Add and apply a bevel modifier (DSL v1). |
| example_workflow_asset_strategy | Recommended step-by-step workflow when creating assets/scenes. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/IAmMarcellus/BlenderMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server