# io.github.kendall8388/keyframe (npm · keyframe-mcp)

Build, inspect and export editable 2D skeletal animations in the free Keyframe.it browser editor.

- Trust score: 68/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `keyframe-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/kendall8388-keyframe/keyframe-mcp.md), [page](https://verifymcp.io/servers/kendall8388-keyframe/keyframe-mcp)

## Channel facts

- Registry: `npm`
- Package: `keyframe-mcp`
- Version: `0.2.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 14 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 737 tokens (~40/item across 18 items; 18 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 50/100
  - Stability observed for 15 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 18 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.kendall8388/keyframe MCP server?

io.github.kendall8388/keyframe runs locally as an npm package, launched with npx -y keyframe-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add kendall8388-keyframe -- npx -y keyframe-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "kendall8388-keyframe": {
      "command": "npx",
      "args": [
        "-y",
        "keyframe-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "kendall8388-keyframe": {
      "command": "npx",
      "args": [
        "-y",
        "keyframe-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add kendall8388-keyframe -- npx -y keyframe-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kendall8388-keyframe": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "keyframe-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kendall8388-keyframe --command npx --arg -y --arg keyframe-mcp
```

### Hermes

```yaml
mcp_servers:
  kendall8388-keyframe:
    command: "npx"
    args: ["-y", "keyframe-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "kendall8388-keyframe": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "keyframe-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add kendall8388-keyframe -t stdio -c npx -a -y keyframe-mcp
```

### Other

```json
{
  "mcpServers": {
    "kendall8388-keyframe": {
      "command": "npx",
      "args": [
        "-y",
        "keyframe-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 64, +3)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-06 (score 61, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-05 (score 46)

First indexed and scored.

## MCP tools (18)

### `keyframe_open` (~37 tokens)

Open or resume a saved editor session in a dedicated Chrome profile. Call first; waits for project restoration.

Input parameters:

- `url` (string)

### `keyframe_methods` (~24 tokens)

List scripting methods; read recipes through keyframe_call for rigging workflows.

### `keyframe_call` (~47 tokens)

Call a scripting method using positional arguments. Read keyframe_methods first. Mutations are saved; image results appear inline.

Input parameters:

- `args` (array)
- `method` (string, required)

### `keyframe_screenshot` (~22 tokens)

Show the editor UI. Prefer contact sheets to assess animation.

### `keyframe_session` (~27 tokens)

Read active project, readiness and revision. Supply expected to edit tools to reject stale edits.

### `keyframe_list_projects` (~18 tokens)

List projects saved in this connector profile.

### `keyframe_open_project` (~30 tokens)

Save the active project and open a saved project by ID.

Input parameters:

- `projectId` (string, required)

### `keyframe_save` (~20 tokens)

Wait for the active project to commit to browser storage.

### `keyframe_build_animation` (~63 tokens)

Build a complete clip atomically. Partial transforms carry forward from setup. loop:true copies the first pose to the end. replace:true replaces a clip and all its tracks. FPS is project-wide.

Input parameters:

- `expected` (object)
- `spec` (object, required)

### `keyframe_configure_animation` (~53 tokens)

Set clip duration and project FPS. Rejects shortening past keys/events.

Input parameters:

- `animation` (string, required)
- `duration` (number)
- `expected` (object)
- `fps` (integer)

### `keyframe_apply_pose` (~52 tokens)

Apply bone transforms at a time in the active clip. Validates all names and values before editing. Use build_animation for a whole clip.

Input parameters:

- `bones` (object, required)
- `time` (number)

### `keyframe_contact_sheet` (~58 tokens)

Show sampled frames with timestamps, empty frames and edge-touch warnings. Uses a fixed camera fitted to the clip; warnings indicate possible clipping.

Input parameters:

- `animation` (string)
- `samples` (integer)
- `size` (integer)

### `keyframe_check_animation` (~47 tokens)

Check endpoint discontinuities, sampled invisible parts and rig problems. Warnings can be intentional; also review rendered frames.

Input parameters:

- `animation` (string)
- `samples` (integer)

### `keyframe_export` (~79 tokens)

Write an editable project JSON, animated GIF or Spine ZIP to disk. Returns an MCP resource and local path. Spine ZIP includes atlas, textures and a preview.

Input parameters:

- `animation` (string)
- `binary` (boolean)
- `format` (required)
- `fps` (integer)
- `size` (integer)
- `version`

### `keyframe_image_layers` (~30 tokens)

List editable image layers and stable IDs in bottom-to-top order.

Input parameters:

- `asset` (string, required)

### `keyframe_image_layer_png` (~33 tokens)

Show one image layer as a PNG.

Input parameters:

- `asset` (string, required)
- `id` (string, required)

### `keyframe_edit_image_layers` (~63 tokens)

Atomically add text or embedded image layers, edit properties/text, reorder or delete layers. Updates composite and editable layers. Close the human image editor first.

Input parameters:

- `asset` (string, required)
- `expected` (object)
- `operations` (array, required)

### `keyframe_open_result` (~34 tokens)

Save the project and show it in visible Chrome with the connector profile. Export project JSON to transfer to your usual browser.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/kendall8388-keyframe/keyframe-mcp#diagnostics

## Score history

- 2026-09-20: 68
- 2026-09-19: 67
- 2026-09-18: 67
- 2026-09-17: 66
- 2026-09-16: 66
- 2026-09-15: 65
- 2026-09-14: 65
- 2026-09-13: 64
- 2026-09-12: 61
- 2026-09-11: 61
- 2026-09-10: 61
- 2026-09-09: 61
- 2026-09-08: 61
- 2026-09-07: 61
- 2026-09-06: 61
- 2026-09-05: 46

## Common questions

### What is the io.github.kendall8388/keyframe MCP server?

io.github.kendall8388/keyframe is an MCP server listed in the public MCP registry as io.github.kendall8388/keyframe. Build, inspect and export editable 2D skeletal animations in the free Keyframe.it browser editor. This page covers its npm package (keyframe-mcp).

### Is the io.github.kendall8388/keyframe MCP server safe to use?

io.github.kendall8388/keyframe scores 68 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.kendall8388/keyframe MCP server expose?

io.github.kendall8388/keyframe exposes 18 tools: keyframe_open, keyframe_methods, keyframe_call, keyframe_screenshot, keyframe_session, and 13 more. Their descriptions and schemas cost roughly 737 tokens of context every time the server is loaded.

### Is the io.github.kendall8388/keyframe MCP server still maintained?

io.github.kendall8388/keyframe is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.kendall8388/keyframe MCP server under?

io.github.kendall8388/keyframe declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/keyframe-mcp
- Socket report: https://socket.dev/npm/package/keyframe-mcp
- Changelog RSS feed: https://verifymcp.io/servers/kendall8388-keyframe/keyframe-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/kendall8388-keyframe/keyframe-mcp.json
- HTML version of this page: https://verifymcp.io/servers/kendall8388-keyframe/keyframe-mcp
