KeyShot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 149 installs a week from npm. Last commit 17 Sep 2026.
Control local KeyShot scenes, cameras, environments, and renders through headless scripting.
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(command, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add keyshot-mcp -- npx -y keyshot-mcp
{
"mcpServers": {
"keyshot-mcp": {
"args": [
"-y",
"keyshot-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.keyshot-mcp]
command = "npx"
args = ["-y", "keyshot-mcp"]
{
"mcpServers": {
"keyshot-mcp": {
"args": [
"-y",
"keyshot-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"keyshot-mcp": {
"args": [
"-y",
"keyshot-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
KEYSHOT_HEADLESS_EXE (Absolute path to KeyShot headless, or a command available on PATH.), KEYSHOT_OUTPUT_DIR (Root directory for rendered images and saved scenes.), KEYSHOT_ALLOW_EXTERNAL_OUTPUTS (Set to true only when output paths outside KEYSHOT_OUTPUT_DIR are required.), KEYSHOT_TIMEOUT_MS (Timeout in milliseconds for one KeyShot headless process.), KEYSHOT_LICENSE_ARGS (Optional additional KeyShot launch arguments.), KEYSHOT_MATERIAL_PRESETS (Optional path to a user-managed material preset JSON file.), KEYSHOT_CAMERA_PRESETS (Optional path to a user-managed camera preset JSON file.).
The author declared them in the registry entry; get the values from the project itself.
Local-only Chrome and Edge control for MCP clients through an origin-scoped extension.
Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.
Control a real iPhone through macOS iPhone Mirroring: screenshot, tap, swipe, type.
Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).
Self-healing web access for AI agents — recovers through bot blocks, captchas and JS pages.
ScrapingBee MCP — wraps the ScrapingBee headless-scraping API (scrapingbee.com)
An open-source headless CMS for managing content models and entries.
Local MCP server for semantic Apple TV control with optional screenshots.
Answers built from our own checks of this server.