Blender MCP Tool Selection Use structured MCP tools ( , ) for quick inspection. Use for anything non-trivial: hierarchy traversal, material extraction, animation baking, bulk operations. It gives full 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. — verify connection (default port 9876) 2. with — verify Python works 3. — 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 This…