← Back to Plugins
MCP Server MCP

KeyShot MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...