mcpbeat Sign in

KeyShot MCP Server

by truman-t3 Your server? Claim it
local only

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.

Installs per day peak 328 · avg 54 · -87% w/w
a month agotoday
149
Installs / week
npm · keyshot-mcp
13
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command src/runner.ts:210
    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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add keyshot-mcp -- npx -y keyshot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "keyshot-mcp": {
      "args": [
        "-y",
        "keyshot-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.keyshot-mcp]
command = "npx"
args = ["-y", "keyshot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "keyshot-mcp": {
      "args": [
        "-y",
        "keyshot-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to KeyShot MCP

same job, measured the same way
Newton Browser
by koala-studios

Local-only Chrome and Edge control for MCP clients through an origin-scoped extension.

53 installs/wk local only
I
Stashot
by tammifull

Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.

15 installs/wk local only
Mirroir MCP
by jfarcand

Control a real iPhone through macOS iPhone Mirroring: screenshot, tap, swipe, type.

297 installs/wk local only
Promoshot
by garalex

Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).

local only
DLBrowser
by dekryptlabs

Self-healing web access for AI agents — recovers through bot blocks, captchas and JS pages.

82 installs/wk local only
Scrapingbee
by pipeworx-io

ScrapingBee MCP — wraps the ScrapingBee headless-scraping API (scrapingbee.com)

answering
Inhalt
by kozmos-tech

An open-source headless CMS for managing content models and entries.

39 installs/wk local only
Apple TV MCP
by trevor-nichols

Local MCP server for semantic Apple TV control with optional screenshots.

local only

KeyShot MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for KeyShot MCP?
KeyShot MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package keyshot-mcp was installed 149 times last week.
How do I connect KeyShot MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls keyshot-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use KeyShot MCP?
The npm package keyshot-mcp was installed 149 times in the last week. Week over week that is -87%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is KeyShot MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 13 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.