HyperFrames MCP Server
@snippbot/mcp-hyperframes ORG
HyperFrames MCP server for HTML-to-video rendering. Scaffold compositions, author timelines, generate GSAP animations, render to MP4/WebM/MOV, transcribe audio, and browse 50+ pre-built blocks. Requires Node.js >= 22 and FFmpeg.
Install
Tools (19)
pkg__snippbot__hyperframes_init Scaffold a new composition project
pkg__snippbot__hyperframes_doctor Check system dependencies (FFmpeg, Chrome, Node)
pkg__snippbot__hyperframes_info Get project metadata (duration, resolution, elements)
pkg__snippbot__hyperframes_compositions List all compositions in a project
pkg__snippbot__hyperframes_generate_html Generate composition HTML from a structured spec
pkg__snippbot__hyperframes_parse_html Parse composition HTML into structured element data
pkg__snippbot__hyperframes_add_element Add a timeline element to a composition
pkg__snippbot__hyperframes_remove_element Remove an element by ID
pkg__snippbot__hyperframes_update_element Update element attributes (timing, src, styles)
pkg__snippbot__hyperframes_lint Lint for errors/warnings (overlaps, missing sources, bad timing)
pkg__snippbot__hyperframes_validate Full browser validation with WCAG contrast audit
pkg__snippbot__hyperframes_render Render composition to MP4/WebM/MOV (configurable FPS, quality, workers)
pkg__snippbot__hyperframes_snapshot Capture PNG keyframe screenshots at specific times
pkg__snippbot__hyperframes_catalog_search Browse/filter 50+ pre-built blocks and components
pkg__snippbot__hyperframes_add_block Install a block/component from the HyperFrames registry
pkg__snippbot__hyperframes_transcribe Transcribe audio/video to word-level timestamps (Whisper)
pkg__snippbot__hyperframes_tts Generate speech audio from text (Kokoro, 54 voices)
pkg__snippbot__hyperframes_generate_gsap Generate GSAP timeline animation code
pkg__snippbot__hyperframes_parse_gsap Parse GSAP script into structured data