KeyShot MCP
Rank #3,149io.github.truman-t3/keyshot-mcp
Control local KeyShot scenes, cameras, environments, and renders through headless scripting.
KeyShot MCP is a Model Context Protocol (MCP) server published by truman-t3. It ranks #3,149 of 132,046 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. KeyShot MCP is listed across 2 registries — Official MCP and Glama, with 11 tracked versions. It was first listed on Jul 6, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 128,897 of 132,046 servers on MCP Toplist.
Use KeyShot MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add keyshot-mcp -e "KEYSHOT_HEADLESS_EXE=<your KEYSHOT_HEADLESS_EXE>" -e "KEYSHOT_OUTPUT_DIR=<your KEYSHOT_OUTPUT_DIR>" -e "KEYSHOT_ALLOW_EXTERNAL_OUTPUTS=<your KEYSHOT_ALLOW_EXTERNAL_OUTPUTS>" -e "KEYSHOT_TIMEOUT_MS=<your KEYSHOT_TIMEOUT_MS>" -e "KEYSHOT_LICENSE_ARGS=<your KEYSHOT_LICENSE_ARGS>" -e "KEYSHOT_MATERIAL_PRESETS=<your KEYSHOT_MATERIAL_PRESETS>" -e "KEYSHOT_CAMERA_PRESETS=<your KEYSHOT_CAMERA_PRESETS>" -- npx -y keyshot-mcpReplace each placeholder with your own value before saving.
[mcp_servers.keyshot-mcp]
command = "npx"
args = ["-y", "keyshot-mcp"]
[mcp_servers.keyshot-mcp.env]
KEYSHOT_HEADLESS_EXE = "<your KEYSHOT_HEADLESS_EXE>"
KEYSHOT_OUTPUT_DIR = "<your KEYSHOT_OUTPUT_DIR>"
KEYSHOT_ALLOW_EXTERNAL_OUTPUTS = "<your KEYSHOT_ALLOW_EXTERNAL_OUTPUTS>"
KEYSHOT_TIMEOUT_MS = "<your KEYSHOT_TIMEOUT_MS>"
KEYSHOT_LICENSE_ARGS = "<your KEYSHOT_LICENSE_ARGS>"
KEYSHOT_MATERIAL_PRESETS = "<your KEYSHOT_MATERIAL_PRESETS>"
KEYSHOT_CAMERA_PRESETS = "<your KEYSHOT_CAMERA_PRESETS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keyshot-mcp": {
"command": "npx",
"args": [
"-y",
"keyshot-mcp"
],
"env": {
"KEYSHOT_HEADLESS_EXE": "<your KEYSHOT_HEADLESS_EXE>",
"KEYSHOT_OUTPUT_DIR": "<your KEYSHOT_OUTPUT_DIR>",
"KEYSHOT_ALLOW_EXTERNAL_OUTPUTS": "<your KEYSHOT_ALLOW_EXTERNAL_OUTPUTS>",
"KEYSHOT_TIMEOUT_MS": "<your KEYSHOT_TIMEOUT_MS>",
"KEYSHOT_LICENSE_ARGS": "<your KEYSHOT_LICENSE_ARGS>",
"KEYSHOT_MATERIAL_PRESETS": "<your KEYSHOT_MATERIAL_PRESETS>",
"KEYSHOT_CAMERA_PRESETS": "<your KEYSHOT_CAMERA_PRESETS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keyshot-mcp": {
"command": "npx",
"args": [
"-y",
"keyshot-mcp"
],
"env": {
"KEYSHOT_HEADLESS_EXE": "<your KEYSHOT_HEADLESS_EXE>",
"KEYSHOT_OUTPUT_DIR": "<your KEYSHOT_OUTPUT_DIR>",
"KEYSHOT_ALLOW_EXTERNAL_OUTPUTS": "<your KEYSHOT_ALLOW_EXTERNAL_OUTPUTS>",
"KEYSHOT_TIMEOUT_MS": "<your KEYSHOT_TIMEOUT_MS>",
"KEYSHOT_LICENSE_ARGS": "<your KEYSHOT_LICENSE_ARGS>",
"KEYSHOT_MATERIAL_PRESETS": "<your KEYSHOT_MATERIAL_PRESETS>",
"KEYSHOT_CAMERA_PRESETS": "<your KEYSHOT_CAMERA_PRESETS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"keyshot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keyshot-mcp"
],
"env": {
"KEYSHOT_HEADLESS_EXE": "<your KEYSHOT_HEADLESS_EXE>",
"KEYSHOT_OUTPUT_DIR": "<your KEYSHOT_OUTPUT_DIR>",
"KEYSHOT_ALLOW_EXTERNAL_OUTPUTS": "<your KEYSHOT_ALLOW_EXTERNAL_OUTPUTS>",
"KEYSHOT_TIMEOUT_MS": "<your KEYSHOT_TIMEOUT_MS>",
"KEYSHOT_LICENSE_ARGS": "<your KEYSHOT_LICENSE_ARGS>",
"KEYSHOT_MATERIAL_PRESETS": "<your KEYSHOT_MATERIAL_PRESETS>",
"KEYSHOT_CAMERA_PRESETS": "<your KEYSHOT_CAMERA_PRESETS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keyshot-mcp": {
"command": "npx",
"args": [
"-y",
"keyshot-mcp"
],
"env": {
"KEYSHOT_HEADLESS_EXE": "<your KEYSHOT_HEADLESS_EXE>",
"KEYSHOT_OUTPUT_DIR": "<your KEYSHOT_OUTPUT_DIR>",
"KEYSHOT_ALLOW_EXTERNAL_OUTPUTS": "<your KEYSHOT_ALLOW_EXTERNAL_OUTPUTS>",
"KEYSHOT_TIMEOUT_MS": "<your KEYSHOT_TIMEOUT_MS>",
"KEYSHOT_LICENSE_ARGS": "<your KEYSHOT_LICENSE_ARGS>",
"KEYSHOT_MATERIAL_PRESETS": "<your KEYSHOT_MATERIAL_PRESETS>",
"KEYSHOT_CAMERA_PRESETS": "<your KEYSHOT_CAMERA_PRESETS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"keyshot-mcp": {
"command": "npx",
"args": [
"-y",
"keyshot-mcp"
],
"env": {
"KEYSHOT_HEADLESS_EXE": "<your KEYSHOT_HEADLESS_EXE>",
"KEYSHOT_OUTPUT_DIR": "<your KEYSHOT_OUTPUT_DIR>",
"KEYSHOT_ALLOW_EXTERNAL_OUTPUTS": "<your KEYSHOT_ALLOW_EXTERNAL_OUTPUTS>",
"KEYSHOT_TIMEOUT_MS": "<your KEYSHOT_TIMEOUT_MS>",
"KEYSHOT_LICENSE_ARGS": "<your KEYSHOT_LICENSE_ARGS>",
"KEYSHOT_MATERIAL_PRESETS": "<your KEYSHOT_MATERIAL_PRESETS>",
"KEYSHOT_CAMERA_PRESETS": "<your KEYSHOT_CAMERA_PRESETS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.truman-t3%2Fkeyshot-mcp)<a href="https://mcptoplist.com/server/io.github.truman-t3%2Fkeyshot-mcp"><img src="https://mcptoplist.com/badge/io.github.truman-t3%2Fkeyshot-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
truman-t3
Available versions (11)
| Version | Published |
|---|---|
| 0.12.1 | Sep 2, 2026 |
| 0.12.0 | Sep 1, 2026 |
| 0.11.0 | Aug 12, 2026 |
| 0.10.0 | Aug 11, 2026 |
| 0.9.1 | Aug 3, 2026 |
| 0.9.0 | Jul 22, 2026 |
| 0.8.0 | Jul 21, 2026 |
| 0.7.0 | Jul 20, 2026 |
| 0.6.0 | Jul 17, 2026 |
| 0.5.0 | Jul 17, 2026 |
| 0.4.2 | Jul 16, 2026 |
Frequently asked questions
- Who maintains KeyShot MCP?
- KeyShot MCP is maintained by truman-t3, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is KeyShot MCP listed on the Official MCP Registry?
- Yes — KeyShot MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does KeyShot MCP have?
- MCP Toplist tracks 11 versions of KeyShot MCP, most recently published on Sep 2, 2026.
- Where can I find the source code for KeyShot MCP?
- The source code for KeyShot MCP is hosted at github.com/truman-t3/keyshot-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.