Blender MCP Integration
Read the shared execution guidance once per task
for autonomous decisions, evidence cadence, and long-task continuity.
Use the narrowest MCP layer that improves the task.
Choose the layer
- Prefer Blender's official Lab MCP for Blender 5.1+ live scene inspection, screenshots, documentation lookup, rendering, navigation, and Python execution.
- Use Blender Agent Studio's MCP for deterministic batch inspection, standardized geometry evidence, and bounded authored-scene renders.
blender_render_scene preserves cameras, lights, volumes and color management and returns the first image inline; inspectOnly discovers scene settings before rendering. The bundled Poly Haven search/download tools also acquire verified CC0 textures and HDRIs without another add-on or API key; see the rendering workflow for material setup and standalone CLI use.
- Consider
ahujasid/blender-mcp only when the request needs its additional remote-host, Poly Haven, Sketchfab, or external 3D-generation integrations and accepts the extra installation, network, credential, and telemetry surface.
- Do not run multiple add-on socket servers on the same host/port.
Read references/mcp-options.md before installing or replacing a Blender add-on.
Preserve reproducibility
- Keep the durable model in a Python source file even when using live MCP execution.
- Save a new
.blend before risky arbitrary-code operations.
- Use official MCP screenshots for interactive iteration.
- Use
$blender-agent-studio:blender-asset-validation for final clean-process inspection and fixed evidence cameras.
- Record which MCP tools were used in benchmark runs.
Benchmark MCP value
Compare:
- plugin skills with MCP tools unavailable;
- the same skills with the candidate MCP enabled.
Keep task, model, effort, time budget, and evaluator identical. Count execution failures, recovery turns, time, and final asset quality. Retain an MCP dependency only when it improves outcomes or materially reduces reliable completion cost.
1---2name: blender-mcp-integration3description: Choose, configure, and use Blender MCP integrations for live scene control or deterministic asset evaluation. Use when connecting Codex to an open Blender instance, deciding between Blender Lab MCP and community Blender MCP servers, troubleshooting Blender MCP connectivity, or evaluating whether MCP tools improve a Blender modeling workflow.4---56# Blender MCP Integration78Read [the shared execution guidance](references/astra-workflow.md) once per task9for autonomous decisions, evidence cadence, and long-task continuity.1011Use the narrowest MCP layer that improves the task.1213## Choose the layer14151. Prefer Blender's official Lab MCP for Blender 5.1+ live scene inspection, screenshots, documentation lookup, rendering, navigation, and Python execution.162. Use Blender Agent Studio's MCP for deterministic batch inspection, standardized geometry evidence, and bounded authored-scene renders. `blender_render_scene` preserves cameras, lights, volumes and color management and returns the first image inline; `inspectOnly` discovers scene settings before rendering. The bundled Poly Haven search/download tools also acquire verified CC0 textures and HDRIs without another add-on or API key; see the rendering workflow for material setup and standalone CLI use.173. Consider `ahujasid/blender-mcp` only when the request needs its additional remote-host, Poly Haven, Sketchfab, or external 3D-generation integrations and accepts the extra installation, network, credential, and telemetry surface.184. Do not run multiple add-on socket servers on the same host/port.1920Read [references/mcp-options.md](references/mcp-options.md) before installing or replacing a Blender add-on.2122## Preserve reproducibility2324- Keep the durable model in a Python source file even when using live MCP execution.25- Save a new `.blend` before risky arbitrary-code operations.26- Use official MCP screenshots for interactive iteration.27- Use `$blender-agent-studio:blender-asset-validation` for final clean-process inspection and fixed evidence cameras.28- Record which MCP tools were used in benchmark runs.2930## Benchmark MCP value3132Compare:33341. plugin skills with MCP tools unavailable;352. the same skills with the candidate MCP enabled.3637Keep task, model, effort, time budget, and evaluator identical. Count execution failures, recovery turns, time, and final asset quality. Retain an MCP dependency only when it improves outcomes or materially reduces reliable completion cost.