hyper-video-service

twilson63/hyper-video-service
★ 0 stars JavaScript 🌐 Browser/Web Updated 6d ago
MCP server for programmatic video generation using HyperFrames
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hyper-video-service": {
      "command": "npx",
      "args": [
        "-y",
        "twilson63/hyper-video-service"
      ]
    }
  }
}

README Excerpt

MCP server for programmatic video generation. Send a prompt, get an MP4. 1. Send a video prompt via MCP tool call 2. The service generates a HyperFrames composition (HTML + GSAP) 3. Renders to MP4 using headless Chrome 4. Returns a download URL Generate a video from a text prompt. ```json { "prompt": "15s product intro for ZenBin, dark theme, showing CAP Protocol headers",