Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

KeyShot MCP

NPM · KEYSHOT-MCP · SCANNED SEP 21

Control local KeyShot scenes, cameras, environments, and renders through headless scripting.

Available components

0 this week 93 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to truman-t3/keyshot-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 19 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability77
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 3745 tokens (~187/item across 20 items; 19 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 19 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the KeyShot MCP server?

KeyShot MCP runs locally as an npm package, launched with npx -y keyshot-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · keyshot-mcp

# add to Claude Code
claude mcp add truman-t3-keyshot-mcp -- npx -y keyshot-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "truman-t3-keyshot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "keyshot-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "truman-t3-keyshot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "keyshot-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add truman-t3-keyshot-mcp -- npx -y keyshot-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "truman-t3-keyshot-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "keyshot-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add truman-t3-keyshot-mcp --command npx --arg -y --arg keyshot-mcp
# ~/.hermes/config.yaml
mcp_servers:
  truman-t3-keyshot-mcp:
    command: "npx"
    args: ["-y", "keyshot-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "truman-t3-keyshot-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "keyshot-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add truman-t3-keyshot-mcp -t stdio -c npx -a -y keyshot-mcp
// mcp.json
{
  "mcpServers": {
    "truman-t3-keyshot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "keyshot-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/keyshot-mcp@0.12.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo truman-t3/keyshot-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/truman-t3/keyshot-mcp/.github/workflows/npm-publish.yml@refs/tags/v0.12.1
Rekor log index 2682024804
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:b5e375ff740581a41174c2c3048b45bcf8d36df55d6e0a9f1e8b6527a0faaf17e0978e987e77383fe718b9b844ff99b0e23820fc2f96db3d318ee4fe8

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 19 exposed · ~3,724 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
keyshot_apply_camera_preset ~136

Create or update a saved camera from a configured standard-view or absolute camera preset, then save the edited scene.

NameTypeReqDescription
cameraNamestringOptional saved camera name. Defaults to the preset name.
outputScenePathstringyesDestination path for the saved KeyShot scene. The path must stay inside KEYSHOT_OUTPUT_DIR unless external outputs are explicitly enabled.
presetNamestringyesCase-insensitive camera preset name returned by keyshot_list_camera_presets.
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_apply_material ~194

Apply a KeyShot library material or local material file to a specific object, then save the edited scene.

NameTypeReqDescription
materialNamestringMaterial name from the local KeyShot library. Provide either materialName or materialPath.
materialPathstringAbsolute path to a local KeyShot material file. Provide either materialPath or materialName.
objectNamestringScene object name to modify. Provide either objectName or the more specific objectPath.
objectPathstringFull scene-tree path of the object to modify. Use this instead of objectName when names are duplicated.
outputScenePathstringyesDestination path for the saved KeyShot scene. The path must stay inside KEYSHOT_OUTPUT_DIR unless external outputs are explicitly enabled.
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_apply_material_preset ~158

Resolve a configured material preset, apply it to one scene object, and save a new scene.

NameTypeReqDescription
objectNamestringScene object name to modify. Provide either objectName or objectPath.
objectPathstringFull scene-tree path to modify. Prefer this when object names are duplicated.
outputScenePathstringyesDestination path for the saved KeyShot scene. The path must stay inside KEYSHOT_OUTPUT_DIR unless external outputs are explicitly enabled.
presetNamestringyesCase-insensitive material preset name returned by keyshot_list_material_presets.
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_batch_render ~277

Render an explicit list of saved cameras from one scene into an output directory.

NameTypeReqDescription
camerasarrayyesSaved camera names to render in order. Use keyshot_list_cameras first when names are unknown.
formatstringOutput image format. Defaults to PNG when omitted.
heightintegerRender height in pixels. Overrides the selected quality preset when provided.
maxTimeSecondsnumberMaximum render time in seconds. Selects time-based rendering and cannot be combined with samples.
outputDirstringyesDirectory for generated render files. Relative paths resolve inside KEYSHOT_OUTPUT_DIR; external paths are rejected by default.
overwritebooleanWhether existing image files may be replaced. Defaults to false.
qualityPresetstringRender quality preset: preview (960x540, 16 samples), standard (1920x1080, 64 samples), or final (3840x2160, 256 samples).
samplesintegerMaximum render samples. Cannot be combined with maxTimeSeconds and overrides preset sampling when provided.
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
widthintegerRender width in pixels. Overrides the selected quality preset when provided.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_import_model ~213

Import a supported local model into an empty or base scene, apply requested composition options, and save a new scene.

NameTypeReqDescription
adjustCameraLookAtbooleanAsk KeyShot to retarget the active camera to the imported geometry when supported.
adjustEnvironmentbooleanAsk KeyShot to adjust the environment to the imported geometry when supported.
baseScenePathstringOptional existing KeyShot scene to use as the import base. Omit to start from an empty scene.
centerGeometrybooleanAsk KeyShot to center imported geometry during import when supported.
modelPathstringyesAbsolute path to a model file supported by KeyShot, such as OBJ, FBX, STL, or glTF.
outputScenePathstringyesDestination path for the saved KeyShot scene. The path must stay inside KEYSHOT_OUTPUT_DIR unless external outputs are explicitly enabled.
snapToGroundbooleanAsk KeyShot to place imported geometry on the ground plane when supported.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_inspect_scene ~63

Open a scene read-only and return metadata, objects, cameras, material assignments, model sets, and external references.

NameTypeReqDescription
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_list_camera_presets ~31

Read the configured camera preset JSON and return valid standard or absolute camera presets without opening KeyShot.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_list_cameras ~59

Return saved camera names without saving changes. Use this before selected-camera rendering when names are unknown.

NameTypeReqDescription
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_list_material_presets ~32

Read the configured local material preset JSON and return valid preset names and material sources without opening KeyShot.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_preview_render ~247

Render a bounded PNG preview from an existing scene and return it directly as MCP image content. Temporary previews are deleted after embedding; an optional safe output path preserves a copy.

NameTypeReqDescription
camerastringOptional saved camera name to activate for the preview. Omit to use the scene's active camera.
heightintegerPreview height in pixels. Defaults to 540; allowed range is 64 to 1080.
maxTimeSecondsnumberTime-based preview limit in seconds. Replaces the default sample mode and cannot be combined with an explicit samples value; maximum is 60.
outputPathstringOptional .png destination inside KEYSHOT_OUTPUT_DIR. Existing files are never overwritten. When omitted, a temporary preview is embedded and deleted.
samplesintegerPreview render samples. Defaults to 16 unless maxTimeSeconds is provided; maximum is 64.
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
widthintegerPreview width in pixels. Defaults to 960; allowed range is 64 to 1920.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_product_render ~815

Run a complete product workflow in one headless process: open or import, assign materials, configure camera and environment, save a scene copy, and render one or all cameras.

NameTypeReqDescription
adjustCameraLookAtbooleanRetarget the camera after model import. Applies only to modelPath sources and defaults to true for new models.
adjustEnvironmentbooleanAdjust the environment after model import. Applies only to modelPath sources and defaults to true for new models.
baseScenePathstringOptional KeyShot base scene used only when modelPath is provided.
brightnessnumberPositive brightness multiplier for the active environment.
cameraNamestringCamera to create, update, or activate. New model workflows default to Product Hero.
cameraPresetNamestringConfigured camera preset to apply. Cannot be combined with a custom position/lookAt pair.
centerGeometrybooleanCenter imported geometry. Applies only to modelPath sources and defaults to true for new models.
continueOnErrorbooleanIn allCameras mode, continue after one camera fails. Defaults to true.
distancenumberPositive KeyShot camera distance applied after the transform or preset.
environmentNamestringEnvironment name from the KeyShot library. Cannot be combined with environmentPath.
environmentPathstringAbsolute path to a local KeyShot environment file. Cannot be combined with environmentName.
fieldOfViewnumberCamera field of view in degrees, greater than 0 and less than 180. Cannot be combined with focalLength.
focalLengthnumberCamera focal length from 5 to 200 mm. Cannot be combined with fieldOfView.
formatstringOutput image format. Defaults to PNG when omitted.
heightintegerRender height in pixels. Overrides the selected quality preset when provided.
lookAtarrayCamera target [x, y, z]. Must be provided together with position.
materialAssignmentsarrayObject-specific material changes applied before camera and environment setup.
maxTimeSecondsnumberMaximum render time in seconds. Selects time-based rendering and cannot be combined with samples.
modelPathstringAbsolute path to a model to import. Provide exactly one modelPath or scenePath.
outputDirstringAll-cameras output directory. Invalid with single mode; a safe directory is generated when omitted.
outputPathstringSingle-mode image destination. Invalid with allCameras mode; a safe name is generated when omitted.
outputScenePathstringDestination for the prepared scene. A safe numbered name is generated when omitted.
overwritebooleanAllow replacement of explicitly selected output files. Defaults to false.
positionarrayCamera position [x, y, z]. Must be provided together with lookAt.
qualityPresetstringRender quality preset: preview (960x540, 16 samples), standard (1920x1080, 64 samples), or final (3840x2160, 256 samples).
renderModestringRender one active or named camera, or discover and render every saved camera. Defaults to single.
rotationnumberEnvironment rotation in degrees, from 0 inclusive to 360 exclusive.
samplesintegerMaximum render samples. Cannot be combined with maxTimeSeconds and overrides preset sampling when provided.
scenePathstringAbsolute path to an existing KeyShot scene. Provide exactly one scenePath or modelPath.
snapToGroundbooleanPlace imported geometry on the ground. Applies only to modelPath sources and defaults to true for new models.
uparrayOptional camera up direction [x, y, z]. Requires position and lookAt.
widthintegerRender width in pixels. Overrides the selected quality preset when provided.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_render ~254

Render the active or a named camera from an existing scene to an image file.

NameTypeReqDescription
camerastringOptional saved camera name to activate before rendering. Omit to use the scene's active camera.
formatstringOutput image format. Defaults to PNG when omitted.
heightintegerRender height in pixels. Overrides the selected quality preset when provided.
maxTimeSecondsnumberMaximum render time in seconds. Selects time-based rendering and cannot be combined with samples.
outputPathstringDestination image path. When omitted, a PNG name is generated inside KEYSHOT_OUTPUT_DIR.
qualityPresetstringRender quality preset: preview (960x540, 16 samples), standard (1920x1080, 64 samples), or final (3840x2160, 256 samples).
samplesintegerMaximum render samples. Cannot be combined with maxTimeSeconds and overrides preset sampling when provided.
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
widthintegerRender width in pixels. Overrides the selected quality preset when provided.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_render_all_cameras ~282

Discover every saved camera and render each view in one headless process with collision-safe file names and per-camera results.

NameTypeReqDescription
continueOnErrorbooleanContinue rendering remaining cameras after one camera fails. Defaults to true.
formatstringOutput image format. Defaults to PNG when omitted.
heightintegerRender height in pixels. Overrides the selected quality preset when provided.
maxTimeSecondsnumberMaximum render time in seconds. Selects time-based rendering and cannot be combined with samples.
outputDirstringyesDirectory for generated render files. Relative paths resolve inside KEYSHOT_OUTPUT_DIR; external paths are rejected by default.
overwritebooleanWhether existing image files may be replaced. Defaults to false.
qualityPresetstringRender quality preset: preview (960x540, 16 samples), standard (1920x1080, 64 samples), or final (3840x2160, 256 samples).
samplesintegerMaximum render samples. Cannot be combined with maxTimeSeconds and overrides preset sampling when provided.
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
widthintegerRender width in pixels. Overrides the selected quality preset when provided.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_render_queue ~72

Render independent scene and camera jobs sequentially so KeyShot processes do not compete for a license or output files.

NameTypeReqDescription
continueOnErrorbooleanContinue with later jobs after a failure. Defaults to false.
jobsarrayyesRender jobs executed sequentially to avoid KeyShot license and output conflicts.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_save_scene ~91

Open an existing scene and save a copy to a requested path inside the configured safe output directory.

NameTypeReqDescription
outputScenePathstringyesDestination path for the saved KeyShot scene. The path must stay inside KEYSHOT_OUTPUT_DIR unless external outputs are explicitly enabled.
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_set_camera ~259

Create or update a named camera using position, target, distance, field of view, or focal length, then save the edited scene.

NameTypeReqDescription
cameraNamestringSaved camera to update, or the name to use when creating a camera.
distancenumberPositive KeyShot camera distance.
fieldOfViewnumberField of view in degrees, greater than 0 and less than 180. Cannot be combined with focalLength.
focalLengthnumberFocal length from 5 to 200 mm. Cannot be combined with fieldOfView.
lookAtarrayCamera target [x, y, z]. Must be provided together with position.
outputScenePathstringyesDestination path for the saved KeyShot scene. The path must stay inside KEYSHOT_OUTPUT_DIR unless external outputs are explicitly enabled.
positionarrayCamera position [x, y, z]. Must be provided together with lookAt.
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
uparrayOptional camera up direction [x, y, z]. Requires position and lookAt.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_set_environment ~174

Select an environment by library name or local file, optionally change brightness and rotation, and save the edited scene.

NameTypeReqDescription
brightnessnumberPositive brightness multiplier for the active environment.
environmentNamestringEnvironment name from the KeyShot library. Cannot be combined with environmentPath.
environmentPathstringAbsolute path to a local KeyShot environment file. Cannot be combined with environmentName.
outputScenePathstringyesDestination path for the saved KeyShot scene. The path must stay inside KEYSHOT_OUTPUT_DIR unless external outputs are explicitly enabled.
rotationnumberEnvironment rotation in degrees, from 0 inclusive to 360 exclusive.
scenePathstringyesAbsolute path to an existing KeyShot scene file to open. Input files may be outside the configured output directory.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_status ~36

Diagnose the local installation, output access, presets, bridge files, and a minimal KeyShot headless startup without modifying a user scene.

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

keyshot_sync_saved_scene ~331

Find a saved .bip file (or the newest .bip in one folder), detect whether it changed, copy it to a collision-safe output path, and optionally return an Agent-visible preview. This is the stable alternative to unsupported persistent GUI control.

NameTypeReqDescription
camerastringOptional saved camera name for the embedded preview. Omit to use the scene's active camera.
heightintegerPreview height in pixels. Defaults to 540; allowed range is 64 to 1080.
includePreviewbooleanWhether to render and embed a temporary PNG from the synchronized copy. Defaults to true.
maxTimeSecondsnumberTime-based preview limit in seconds. Replaces the default sample mode and cannot be combined with an explicit samples value; maximum is 60.
outputScenePathstringOptional destination for the synchronized .bip copy inside KEYSHOT_OUTPUT_DIR. Existing explicit paths are never overwritten; when omitted, a collision-safe name is generated.
previousFingerprintstringOptional fingerprint returned by an earlier sync. When it still matches, no copy or preview is created.
samplesintegerPreview render samples. Defaults to 16 unless maxTimeSeconds is provided; maximum is 64.
sourcePathstringyesAbsolute path to a saved .bip scene or a directory whose newest .bip scene should be synchronized. Directories are searched only at their top level.
widthintegerPreview width in pixels. Defaults to 960; allowed range is 64 to 1920.
NameTypeReqDescription
dataOperation-specific structured result data, or null when unavailable.
errorstring|nullyesHuman-readable failure reason, or null after success.
errorCodestring|nullStable error category for common failures.
keyshotStdoutTailstringyesTruncated tail of KeyShot headless output for diagnostics.
okbooleanyesTrue when the requested operation completed successfully.
outputFilesarrayyesAbsolute paths of images or scene files created by the operation.
suggestionsarrayActionable recovery steps for the user or agent.
warningsarrayyesNon-fatal conditions the user or agent should review.

No examples provided.

Common questions

What is the KeyShot MCP server?

KeyShot MCP is listed in the public MCP registry as io.github.truman-t3/keyshot-mcp. Control local KeyShot scenes, cameras, environments, and renders through headless scripting. This page covers its npm package (keyshot-mcp).

Is the KeyShot MCP server safe to use?

KeyShot MCP scores 93 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the KeyShot MCP server expose?

KeyShot MCP exposes 19 tools: keyshot_status, keyshot_product_render, keyshot_inspect_scene, keyshot_list_cameras, keyshot_preview_render, and 14 more. Their descriptions and schemas cost roughly 3,724 tokens of context every time the server is loaded.

Is the KeyShot MCP server still maintained?

KeyShot MCP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the KeyShot MCP server under?

KeyShot MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.