mcpserver.lol
registry/keyframer
Connection check verified live · 27h ago

keyframer

150+ React Native animation recipes, scene authoring, phone preview via QR, Reanimated v4 codegen

Tools 11
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

11 tools

Read from the running server on 27h ago.

create_scene namescene*make_public
Save a scene and get an editor URL where it opens in the visual editor (timeline, canvas, node graphs, mobile QR preview). Validates first. Works without a key: the scene is then a…
generate_code read-only apiscenescene_idrelative_positioninggesture_handler_version
Compile a scene into a runnable React Native component. Pass inline scene JSON or a scene_id from your account. Output targets Reanimated v4 by default ("animated" targets the RN c…
get_preview_qr read-only scene_id*
A terminal-scannable QR code for a scene. Scan it with a phone camera and the scene runs live in the Keyframer preview app on real hardware — edits sync as they happen. Public scen…
get_recipe read-only idslugscene_idinclude_code
Fetch one recipe by slug: metadata, the scene JSON (usable as a starting point for create_scene), and the generated React Native Reanimated component code. Recipe code is free to u…
get_scene read-only id*
Fetch one of your scenes (or any public scene) as JSON — edit it and re-save with update_scene, or feed it to generate_code. Requires an API key.
get_scene_format read-only section
The Keyframer scene JSON format — read this before authoring a scene. Section "scene" covers elements/keyframes/easing; section "nodes" covers node graphs (procedural animation: cl…
list_scenes read-only
List the scenes in the connected Keyframer account (id, name, updated, visibility). Requires an API key.
sample_scene read-only scene*sampleselement_ids
Numerically preview a scene: evaluates keyframes AND node graphs at N evenly spaced times and returns each moving prop as a value series (the same math the editor preview runs). va…
search_recipes read-only limitquery*category
Search 150+ free Keyframer recipes (bounce, carousels, progress rings, particles, text effects, shaders, scroll animations…). Each recipe has a scene + verified React Native Reanim…
update_scene can modify data namescene*scene_id*make_public
Replace the content of one of your scenes (full scene JSON, validated first) — the edit loop for iterating instead of duplicating. Live previews watching the scene update in place.…
validate_scene read-only scene*
Validate a scene against the Keyframer format before create_scene or generate_code. Returns errors (must fix) and warnings (advisory). Free to call — iterate until clean.