MCP server for Cinema 4D — entity CRUD, parameter-level access, batched undo, security controls.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @kumoproductions/mcp-cinema4d
MCP client config
{
"mcpServers": {
"mcp-cinema4d": {
"command": "npx",
"args": [
"-y",
"@kumoproductions/mcp-cinema4d"
]
}
}
}