---
id: "entity-blender-mcp"
type: "entity"
entityType: "tool"
canonicalName: "Blender MCP"
aliases: []
source_timestamps: ["00:01:40", "00:18:30"]
tags: ["3d-modeling", "blender", "open-source"]
related: ["concept-mcp", "concept-workflow-blocks"]
sources: ["s48-markdown-design-meeting"]
sourceVaultSlug: "s48-markdown-design-meeting"
originDay: 48
---
# Blender MCP

## Description

An **open-source integration** that connects the Blender 3D creation suite to AI agents via the [[concept-mcp-d48|Model Context Protocol]]. Exposes Blender's complex Python API to LLMs, allowing users to generate, assemble, and modify professional-grade 3D scenes and animations using natural language chat commands.

## Why It Matters

It closes the **3D leg** of Jones's creative-primitives triad:
- UI → [[entity-stitch|Stitch]]
- Video → [[entity-remotion|Remotion]]
- 3D → **Blender MCP**

Together they form the [[concept-workflow-blocks|Lego blocks]] that compose into autonomous creative pipelines.

## Mechanics

- Wraps Blender's Python API as an MCP server.
- Agent receives natural-language commands.
- Translates them into Python operations on the Blender scene graph.
- Renders results locally.

## Caveat from Enrichment

No evidence of a canonical 'Blender MCP' standard integration as of late 2025. Blender's Python API is real and accessible; community tools like **BlenderGPT** and **BlenderProc** exist for natural-language 3D. Treat 'Blender MCP' as a community/aspirational integration name rather than a single canonical product.

## Related
[[concept-mcp-d48]] · [[concept-workflow-blocks]] · [[concept-command-line-design]] · [[concept-creativity-cost-collapse]]
