mcp cinema4d for Cursor
io.github.kumoproductions/mcp-cinema4d
MCP server for Cinema 4D — entity CRUD, parameter-level access, batched undo, security controls.
client:Cursor
transport:stdio
runtime:npm
Install mcp cinema4d in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-cinema4d": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kumoproductions/mcp-cinema4d"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs