Home › Other › KeyShot MCP

KeyShot MCP

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

TypeScript
★ 14 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.12.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "keyshot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "KEYSHOT_HEADLESS_EXE": "<YOUR_VALUE>",
        "KEYSHOT_OUTPUT_DIR": "<YOUR_VALUE>",
        "KEYSHOT_ALLOW_EXTERNAL_OUTPUTS": "<YOUR_VALUE>",
        "KEYSHOT_TIMEOUT_MS": "<YOUR_VALUE>",
        "KEYSHOT_LICENSE_ARGS": "<YOUR_VALUE>",
        "KEYSHOT_MATERIAL_PRESETS": "<YOUR_VALUE>",
        "KEYSHOT_CAMERA_PRESETS": "<YOUR_VALUE>"
      }
    }
  }
}
  • KEYSHOT_HEADLESS_EXE required — Absolute path to KeyShot headless, or a command available on PATH.
  • KEYSHOT_OUTPUT_DIR — Root directory for rendered images and saved scenes.
  • KEYSHOT_ALLOW_EXTERNAL_OUTPUTS — Set to true only when output paths outside KEYSHOT_OUTPUT_DIR are required.
  • KEYSHOT_TIMEOUT_MS — Timeout in milliseconds for one KeyShot headless process.
  • KEYSHOT_LICENSE_ARGS — Optional additional KeyShot launch arguments.
  • KEYSHOT_MATERIAL_PRESETS — Optional path to a user-managed material preset JSON file.
  • KEYSHOT_CAMERA_PRESETS — Optional path to a user-managed camera preset JSON file.

Related servers

Data from the Official MCP Registry