Blender addon bridges LLMs and 3D workflows via MCP
dcc-mcp-blender, from Dcc Mcp, turns Blender into an MCP-enabled host so AI assistants can operate on 3D scenes through natural language. The addon runs an HTTP server inside Blender's Python interpreter and exposes a stable tool-based API that lets language models create geometry, edit materials, bake textures, and perform scripted automation. It bundles modular skills, diagnostic utilities, and cross-application adapters for 3D artists, technical directors, and developers who need AI-driven scene automation.
What tasks can you actually use the addon for?
The addon targets concrete DCC jobs rather than vague assistance, offering direct control over scene and object management. Users can ask the tool to create or transform geometry, manage material and texture libraries, run texture bakes, and perform rigging, UV mapping, and simulation setup. Text localization of 3D text objects is supported through access to Blender's text properties, letting language models translate or reformat on-scene text elements.
How dependable are its programmatic scene manipulations?
Scene changes use a stable, tool-based API that maps model intents to Blender operations, which improves determinism compared with free-form code generation. The addon allows generated Python to execute inside Blender, and it includes diagnostic and developer utilities to inspect scene state and troubleshoot failed calls. These diagnostics help validate transformations, but generated scripts still require human review as part of a safe workflow.
Does it fit into production pipelines and system requirements?
The addon integrates with MCP-compliant clients and with the wider dcc-mcp adapter suite to provide a consistent interface across DCC tools. It requires Blender 3.0 or higher and Python 3.10+, and supports Windows, macOS, and Linux where Blender runs. Because the HTTP MCP server is embedded in the Blender process, the addon communicates directly without an external gateway, which simplifies connectivity and reduces external proxy points in pipeline setups.
A practical choice for teams building MCP-driven DCC automation
The project is recognized within the niche MCP and AI-automation community for its active development and cross-application approach, making it a practical option for teams and researchers building standardized AI workflows across DCC tools. Adopt it when your pipeline can absorb programmatic outputs and you enforce code review and testing; plan integration time for validation and developer tooling to keep scenes stable in production.





