keyframe for Cursor
io.github.kendall8388/keyframe
Build, inspect and export editable 2D skeletal animations in the free Keyframe.it browser editor.
client:Cursor
transport:stdio
runtime:npm
Install keyframe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"keyframe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keyframe-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs