Odel
KeyShot MCP

KeyShot MCP

Local
@truman-t310TypeScriptMITUpdated 5 days ago

Control local KeyShot scenes, cameras, environments, and renders through headless scripting.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkeyshot-mcpv0.12.1

Run

npx -y keyshot-mcp

MCP client config

{
  "mcpServers": {
    "keyshot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "keyshot-mcp"
      ]
    }
  }
}