Skip to content
Gemini CLI

keyframe for Gemini CLI

io.github.kendall8388/keyframe

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

client:Gemini CLI transport:stdio runtime:npm

Install keyframe in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

keyframe in other clients