Build, inspect and export editable 2D skeletal animations in the free Keyframe.it browser editor.
claude mcp add keyframe -- npx -y keyframe-mcp
claude_desktop_config.json
{
"mcpServers": {
"keyframe": {
"command": "npx",
"args": [
"-y",
"keyframe-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"keyframe": {
"command": "npx",
"args": [
"-y",
"keyframe-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"keyframe": {
"command": "npx",
"args": [
"-y",
"keyframe-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"keyframe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keyframe-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"keyframe": {
"command": "npx",
"args": [
"-y",
"keyframe-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.kendall8388--keyframe/reviews or the review_server meta-tool.
POST /mcp