-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
67 lines (67 loc) · 2.13 KB
/
Copy pathserver.json
File metadata and controls
67 lines (67 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.truman-t3/keyshot-mcp",
"title": "KeyShot MCP",
"description": "Control local KeyShot scenes, cameras, environments, and renders through headless scripting.",
"websiteUrl": "https://github.com/truman-t3/keyshot-mcp",
"repository": {
"id": "1290741614",
"url": "https://github.com/truman-t3/keyshot-mcp",
"source": "github"
},
"version": "0.11.0",
"packages": [
{
"registryType": "npm",
"identifier": "keyshot-mcp",
"version": "0.11.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "KEYSHOT_HEADLESS_EXE",
"description": "Absolute path to KeyShot headless, or a command available on PATH.",
"isRequired": true,
"isSecret": false
},
{
"name": "KEYSHOT_OUTPUT_DIR",
"description": "Root directory for rendered images and saved scenes.",
"isRequired": false,
"isSecret": false
},
{
"name": "KEYSHOT_ALLOW_EXTERNAL_OUTPUTS",
"description": "Set to true only when output paths outside KEYSHOT_OUTPUT_DIR are required.",
"isRequired": false,
"isSecret": false
},
{
"name": "KEYSHOT_TIMEOUT_MS",
"description": "Timeout in milliseconds for one KeyShot headless process.",
"isRequired": false,
"isSecret": false
},
{
"name": "KEYSHOT_LICENSE_ARGS",
"description": "Optional additional KeyShot launch arguments.",
"isRequired": false,
"isSecret": false
},
{
"name": "KEYSHOT_MATERIAL_PRESETS",
"description": "Optional path to a user-managed material preset JSON file.",
"isRequired": false,
"isSecret": false
},
{
"name": "KEYSHOT_CAMERA_PRESETS",
"description": "Optional path to a user-managed camera preset JSON file.",
"isRequired": false,
"isSecret": false
}
]
}
]
}