blender-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLENDER_MCP_TOKEN | No | Optional token that must match the token configured in the Blender add-on preferences. Required only if the add-on has a token set. | |
| BLENDER_MCP_WORKSPACE_ROOTS | No | Semicolon-separated list of allowed workspace root paths. Restricts file access for import/export operations. |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| blender_statusA | Check whether the local Blender add-on bridge is running and report its capabilities. |
| blender_scene_summaryA | Summarize the open Blender file, object counts, armatures, meshes, actions, and save state. |
| blender_list_objectsA | List Blender scene objects without modifying the scene. |
| blender_validate_characterA | Validate a humanoid for game export: rig, meshes, actions, bounds, triangles, and materials. |
| blender_import_assetB | Plan or import a supported character asset. Mutation requires dry_run=false. |
| blender_create_humanoid_characterB | Plan or generate an original rigged humanoid with seven canonical game actions. |
| blender_normalize_characterC | Plan or normalize a character's height, horizontal center, and ground placement. |
| blender_rename_actionsB | Plan or rename Blender actions to stable game-facing clip names. |
| blender_export_character_glbB | Plan or export one armature and its bound meshes as an optimized game-ready GLB. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| prepare_game_character | Generate a safe execution checklist for importing and exporting one character. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| character_pipeline_workflow | Recommended safe workflow for preparing a game character. |
| security_model | Security model and mutation policy. |
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/Berrio/blender-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server