Skip to content
Zed

keyframe for Zed

io.github.kendall8388/keyframe

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

client:Zed transport:stdio runtime:npm

Install keyframe in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "keyframe": {
      "command": "npx",
      "args": [
        "-y",
        "keyframe-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

keyframe in other clients