Odel
mcp cinema4d

mcp cinema4d

Local
@kumoproductions19PythonMITUpdated 2w ago

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).

npm@kumoproductions/mcp-cinema4dv0.4.3

Run

npx -y @kumoproductions/mcp-cinema4d

MCP client config

{
  "mcpServers": {
    "mcp-cinema4d": {
      "command": "npx",
      "args": [
        "-y",
        "@kumoproductions/mcp-cinema4d"
      ]
    }
  }
}