Skip to content
Cursor

KeyShot MCP for Cursor

io.github.truman-t3/keyshot-mcp

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

client:Cursor transport:stdio runtime:npm

Install KeyShot MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "keyshot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "keyshot-mcp"
      ],
      "env": {
        "KEYSHOT_HEADLESS_EXE": "<KEYSHOT_HEADLESS_EXE>",
        "KEYSHOT_OUTPUT_DIR": "<KEYSHOT_OUTPUT_DIR>",
        "KEYSHOT_ALLOW_EXTERNAL_OUTPUTS": "<KEYSHOT_ALLOW_EXTERNAL_OUTPUTS>",
        "KEYSHOT_TIMEOUT_MS": "<KEYSHOT_TIMEOUT_MS>",
        "KEYSHOT_LICENSE_ARGS": "<KEYSHOT_LICENSE_ARGS>",
        "KEYSHOT_MATERIAL_PRESETS": "<KEYSHOT_MATERIAL_PRESETS>",
        "KEYSHOT_CAMERA_PRESETS": "<KEYSHOT_CAMERA_PRESETS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

KeyShot MCP in other clients