KeyShot MCP for Zed
io.github.truman-t3/keyshot-mcp
Control local KeyShot scenes, cameras, environments, and renders through headless scripting.
client:Zed
transport:stdio
runtime:npm
Install KeyShot MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"keyshot-mcp": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs