Skip to content
Grok

mcp cinema4d for Grok

io.github.kumoproductions/mcp-cinema4d

MCP server for Cinema 4D — entity CRUD, parameter-level access, batched undo, security controls.

client:Grok transport:stdio runtime:npm

Install mcp cinema4d in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp cinema4d in other clients