blender-mcp

Installation
SKILL.md

Blender MCP

Tool Selection

Use structured MCP tools (get_scene_info, screenshot) for quick inspection.

Use execute_python for anything non-trivial: hierarchy traversal, material extraction, animation baking, bulk operations. It gives full bpy API access and avoids tool schema limitations.

Use headless CLI for GLTF exports — the MCP server times out on export operations.

Health Check (Always First)

  1. get_scene_info — verify connection (default port 9876)
  2. execute_python with print("ok") — verify Python works
  3. screenshot — verify viewport capture works

If MCP is unresponsive, check that the Blender MCP addon is enabled and the socket server is running.

Complete Export Workflow

Installs
1.1K
GitHub Stars
5
First Seen
Feb 17, 2026
blender-mcp — vladmdgolam/agent-skills