drio
Open app

Cinema4D MCP — Model Context Protocol (MCP) Server

Source

Cinema 4D plugin integrating Claude AI for prompt-driven 3D modeling, scene creation, and manipulation.

Catalog onlyCatalog onlySTDIO

Overview

Cinema4D MCP is a plugin that integrates Claude AI with Cinema 4D, enabling prompt-driven 3D modeling, scene creation, and manipulation.

To use Cinema4D MCP, install the plugin in Cinema 4D, start the socket server, and use Claude Desktop to interact with the 3D environment through various tool commands.

  • Integration of Claude AI for enhanced 3D modeling. - Real-time manipulation of 3D scenes. - A variety of tool commands for different tasks in Cinema 4D.
  1. Creating complex 3D models using AI prompts.
  2. Automating repetitive tasks in 3D scene management.
  3. Enhancing creative workflows in 3D design projects.

Add to your AI client

Use these steps to connect Cinema4D MCP — Model Context Protocol (MCP) Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

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

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

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

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

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

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "cinema4d-mcp-ttiimmaacc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cinema4d-mcp-ttiimmaacc"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

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

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

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

FAQ

**What are the prerequisites for using Cinema4D MCP?**

You need Cinema 4D and Python 3.10 or higher installed on your system.

**Is there a cost associated with using Cinema4D MCP?**

No, Cinema4D MCP is free to use.

**Can I customize the tool commands?**

Yes, you can modify and extend the tool commands as per your project requirements.

Cinema4D MCP — Model Context Protocol (MCP) Server — MCP Registry