Skip to main content
Glama
Berrio
by Berrio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLENDER_MCP_TOKENNoOptional 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_ROOTSNoSemicolon-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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
prepare_game_characterGenerate a safe execution checklist for importing and exporting one character.

Resources

Contextual data attached and managed by the client

NameDescription
character_pipeline_workflowRecommended safe workflow for preparing a game character.
security_modelSecurity model and mutation policy.

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/Berrio/blender-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server