blender-mcp — an installable skill for AI agents, published by vladmdgolam/agent-skills.
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)
get_scene_info — verify connection (default port 9876)
execute_python with print("ok") — verify Python works
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 Workflowdon't have the plugin yet? install it then click "run inline in claude" again.