keyframe for VS Code
io.github.kendall8388/keyframe
Build, inspect and export editable 2D skeletal animations in the free Keyframe.it browser editor.
client:VS Code
transport:stdio
runtime:npm
Install keyframe in VS Code
.vscode/mcp.json
{
"servers": {
"keyframe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keyframe-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs