Bridges Claude to a live Cinema 4D 2026 session over TCP so the model can inspect scene hierarchies, create objects and materials, set up cameras and Takes, build Xpresso rigs, and trigger renders without copy-pasting Python into the Script Manager. Every operation goes through a typed tool layer with batched undo support. The architecture splits into a Node.js MCP server (stdio) and a Python bridge plugin that runs inside C4D. Security is front and center: arbitrary Python execution requires an explicit opt-in flag on both sides, and the bridge enforces token authentication over the socket. Ideal for procedural scene audits, shot setup automation, or node material authoring where you want the LLM reasoning about Cinema 4D's object model rather than generating standalone scripts.
claude mcp add --transport stdio kumoproductions-mcp-cinema4d uvx mcp-cinema4d