mcpbeat Sign in

MCP Cinema4d MCP Server

local only

MCP Cinema4d runs on your own machine — the client starts it, so there is no endpoint to ping. 203 installs a week from npm. Last commit 18 Aug 2026.

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

Installs per day peak 191 · avg 31 · +193% w/w
a month agotoday
203
Installs / week
npm · @kumoproductions/mcp-cinema4d
23
Stars
1 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            exec(compile(code, "<mcp_exec>", "exec"), ns)
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release.yml:51
      - name: Create or update GitHub Release
        env:
          GH_TOKEN: ${{ github.token }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-cinema4d -- npx -y @kumoproductions/mcp-cinema4d
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-cinema4d": {
      "args": [
        "-y",
        "@kumoproductions/mcp-cinema4d"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-cinema4d]
command = "npx"
args = ["-y", "@kumoproductions/mcp-cinema4d"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-cinema4d": {
      "args": [
        "-y",
        "@kumoproductions/mcp-cinema4d"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-cinema4d": {
      "args": [
        "-y",
        "@kumoproductions/mcp-cinema4d"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Cinema4d

same job, measured the same way
FedRAMP 20x Requirements
by kevinrabun

An MCP server that provides access to FedRAMP 20x security requirements and controls.

294 installs/wk local only
MCP Server for OSCAL
by awslabs

AI agent tools for Open Security Controls Assessment Language (OSCAL)

156 installs/wk local only
Security Mcp
by varvararatta

MCP server for Security

answering
CData Connect AI
by cdata

Cloud-hosted MCP server for secure AI access to enterprise data sources via CData Connect AI.

answering
Smartguard MCP
by kota1026

SmartGuard MCP Server - AI-powered smart contract security audit tools for Claude Code, Cursor,...

25 installs/wk local only
SpamTitan
by wyre-ai

MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.

local only
SpamTitan
by wyre-technology

MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.

local only
Bridgeguard MCP
by kota1026

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

54 installs/wk local only

MCP Cinema4d — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Cinema4d?
MCP Cinema4d runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @kumoproductions/mcp-cinema4d was installed 203 times last week.
How do I connect MCP Cinema4d?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @kumoproductions/mcp-cinema4d straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Cinema4d?
The npm package @kumoproductions/mcp-cinema4d was installed 203 times in the last week. Week over week that is +193%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Cinema4d open source?
Yes — it is published under the MIT licence, written in Python, 23 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.