{"name":"dcc-mcp-blender: AI-Driven 3D Workflows with an Embedded MCP Server","description":"dcc-mcp-blender is a powerful Blender addon that integrates an embedded Streamable HTTP MCP server directly into Blender. This allows any MCP-compatible AI client to seamlessly control and automate your 3D modeling, animation, and rendering workflows. It offers over 200 pre-built tools and an extensible skill system for robust production environments.","github":"https://github.com/dcc-mcp/dcc-mcp-blender","url":"https://osrepos.com/repo/dcc-mcp-dcc-mcp-blender","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/dcc-mcp-dcc-mcp-blender","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/dcc-mcp-dcc-mcp-blender.md","json":"https://osrepos.com/repo/dcc-mcp-dcc-mcp-blender.json","topics":["blender","ai","ai-agents","mcp","model-context-protocol","python","3d","automation"],"keywords":["blender","ai","ai-agents","mcp","model-context-protocol","python","3d","automation"],"stars":null,"summary":"dcc-mcp-blender is a powerful Blender addon that integrates an embedded Streamable HTTP MCP server directly into Blender. This allows any MCP-compatible AI client to seamlessly control and automate your 3D modeling, animation, and rendering workflows. It offers over 200 pre-built tools and an extensible skill system for robust production environments.","content":"## Introduction\n\ndcc-mcp-blender transforms Blender into a first-class server within the DCC Model Context Protocol (MCP) ecosystem. This innovative addon embeds a Streamable HTTP MCP server directly inside Blender's Python interpreter, eliminating the need for external gateways. With dcc-mcp-blender, AI agents and other MCP clients can directly interact with and drive your Blender projects, enabling advanced automation and intelligent assistance for 3D content creation.\n\n## Why Use dcc-mcp-blender and Key Benefits\n\ndcc-mcp-blender is designed for robust production pipelines and cross-DCC automation, offering significant advantages for developers and 3D artists leveraging AI. Unlike other solutions, its embedded server architecture ensures tight integration and efficiency. It provides over 200 pre-built, schema-validated tools across more than 25 skill packages, covering everything from scene management and object manipulation to rendering and physics. The extensible skill system allows for easy integration of new functionalities, and critical security features, such as the ability to disable arbitrary script execution, provide greater control over agent capabilities. This makes dcc-mcp-blender ideal for scenarios requiring precise, testable, and secure AI-driven workflows, including headless and CI/CD environments. Its compatibility with the shared MCP gateway and CLI also facilitates seamless integration with other DCC applications like Maya, Houdini, and 3ds Max.\n\n## Installation\n\n**Blender Compatibility:** The addon targets Blender 5.2.1 LTS (Python 3.13) and Blender 4.5.13 LTS (Python 3.11), with legacy support for older versions. Ensure your Blender version is compatible.\n\n**Recommended: Install as Blender Extension (ZIP)**\n\nThis is the only supported GUI installation path for Blender 4.2+.\n\n1.  Download the latest platform-specific ZIP from the [dcc-mcp-blender Releases page](https://github.com/dcc-mcp/dcc-mcp-blender/releases \"dcc-mcp-blender Releases page\" target=\"_blank\"). Look for `dcc_mcp_blender_addon_win64_vX.Y.Z.zip`, `dcc_mcp_blender_addon_linux_vX.Y.Z.zip`, or `dcc_mcp_blender_addon_macos_vX.Y.Z.zip`.\n2.  In Blender 4.2+, navigate to **Edit ? Preferences ? Extensions ? Install from Disk…** and select the downloaded ZIP file.\n    *   **Important:** Do NOT use **Edit ? Preferences ? Add-ons ? Install**, as this legacy path is unsupported for extension packages.\n3.  Enable the **DCC MCP Blender** extension.\n4.  The MCP server will automatically start on an OS-assigned instance port and register with the local gateway.\n\n**Alternative: Install via pip (for scripts / CI)**\n\nbash\npip install dcc-mcp-blender\n\n\nThen, in Blender's Python console:\n\npython\nimport dcc_mcp_blender\ndcc_mcp_blender.start_server()\n\n\n## Examples\n\n**Using with Claude Desktop**\n\nTo connect Claude Desktop, add the following to your `claude_desktop_config.json`:\n\n\n{\n  \"mcpServers\": {\n    \"blender\": {\n      \"url\": \"http://127.0.0.1:9765/mcp\"\n    }\n  }\n}\n\n\nEnsure the Blender addon is enabled and running, then restart Claude Desktop.\n\n**Agent Workflow with `dcc-mcp-cli`**\n\nAI agents can interact with Blender using the `dcc-mcp-cli`. First, ensure the CLI is installed and updated:\n\nbash\n# Linux/macOS\ncurl -fsSL https://raw.githubusercontent.com/dcc-mcp/dcc-mcp-core/main/scripts/install-cli.sh | sh\n\n# Windows PowerShell\npowershell -ExecutionPolicy Bypass -c \"irm https://raw.githubusercontent.com/dcc-mcp/dcc-mcp-core/main/scripts/install-cli.ps1 | iex\"\n\ndcc-mcp-cli update apply\n\n\nThen, you can ask your agent to interact with Blender, for example:\n\ntext\nUse dcc-mcp to inspect the current Blender scene.\n\n\nVerify the Blender instance is registered:\n\npowershell\ndcc-mcp-cli list\n\n\n**Impressive Showcases**\n\ndcc-mcp-blender has been used to create stunning visual showcases, demonstrating its capabilities in complex 3D tasks. These include a weathered crate with detailed material reconstruction, stylized reference reconstruction with editable geometry, and rain-soaked PBR LookDev for a sports car, showcasing asset import, particle simulations, and advanced rendering through MCP.\n\n## Links\n\n*   **GitHub Repository:** [dcc-mcp/dcc-mcp-blender](https://github.com/dcc-mcp/dcc-mcp-blender \"dcc-mcp/dcc-mcp-blender GitHub Repository\" target=\"_blank\")\n*   **Releases:** [Latest Releases](https://github.com/dcc-mcp/dcc-mcp-blender/releases \"dcc-mcp-blender Latest Releases\" target=\"_blank\")\n*   **PyPI:** [dcc-mcp-blender on PyPI](https://pypi.org/project/dcc-mcp-blender/ \"dcc-mcp-blender on PyPI\" target=\"_blank\")\n*   **DCC Model Context Protocol (MCP):** [dcc-mcp/dcc-mcp-core](https://github.com/dcc-mcp/dcc-mcp-core \"DCC Model Context Protocol Core GitHub\" target=\"_blank\")\n*   **Website Gallery:** [DCC-MCP Showcase](https://dcc-mcp.github.io/showcase \"DCC-MCP Showcase Gallery\" target=\"_blank\")","metrics":{"detailViews":1,"githubClicks":2},"dates":{"published":null,"modified":"2026-09-24T00:04:20.000Z"}}