Loading MCP server directory, please wait...
Control local KeyShot scenes, cameras, environments, and renders through headless scripting.
npx @getmcp/cli add io.github.truman-t3/keyshot-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
KEYSHOT_HEADLESS_EXEAbsolute path to KeyShot headless, or a command available on PATH.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.truman-t3/keyshot-mcp": {
"command": "npx",
"args": [
"-y",
"keyshot-mcp"
],
"env": {
"KEYSHOT_HEADLESS_EXE": "",
"KEYSHOT_OUTPUT_DIR": "",
"KEYSHOT_ALLOW_EXTERNAL_OUTPUTS": "",
"KEYSHOT_TIMEOUT_MS": "",
"KEYSHOT_LICENSE_ARGS": "",
"KEYSHOT_MATERIAL_PRESETS": "",
"KEYSHOT_CAMERA_PRESETS": ""
}
}
}
}