MCP Server
MCP
KeyShot MCP
Control local KeyShot scenes, cameras, environments, and renders through headless scripting.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "keyshot-mcp",
"version": "0.11.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to KeyShot headless, or a command available on PATH.",
"isRequired": true,
"name": "KEYSHOT_HEADLESS_EXE"
},
{
"description": "Root directory for rendered images and saved scenes.",
"name": "KEYSHOT_OUTPUT_DIR"
},
{
"description": "Set to true only when output paths outside KEYSHOT_OUTPUT_DIR are required.",
"name": "KEYSHOT_ALLOW_EXTERNAL_OUTPUTS"
},
{
"description": "Timeout in milliseconds for one KeyShot headless process.",
"name": "KEYSHOT_TIMEOUT_MS"
},
{
"description": "Optional additional KeyShot launch arguments.",
"name": "KEYSHOT_LICENSE_ARGS"
},
{
"description": "Optional path to a user-managed material preset JSON file.",
"name": "KEYSHOT_MATERIAL_PRESETS"
},
{
"description": "Optional path to a user-managed camera preset JSON file.",
"name": "KEYSHOT_CAMERA_PRESETS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment