{
  "slug": "vibeframe",
  "name": "VibeFrame",
  "vendor": "VibeFrame (vericontext)",
  "official": true,
  "category": "editing-post",
  "featured": false,
  "tagline": "CLI-first video workflow runtime with an MCP surface for briefs-to-renders.",
  "description": "VibeFrame is an agentic video workflow runtime: a coding agent turns a brief into storyboard files, generated assets, Hyperframes scenes, reviewed renders, and final MP4s. Its MCP server exposes the same engine as typed tools for project init, build, render, generation, editing, audio, detection, inspection, and timeline operations, with dry runs and cost gates for paid providers.",
  "capabilities": [
    "storyboard-to-video",
    "cloud-render",
    "text-to-video",
    "image-to-video",
    "captioning",
    "audio-generation",
    "quality-review",
    "cost-gates"
  ],
  "tools_sample": [
    "project_list",
    "init",
    "build",
    "render",
    "generate_image",
    "generate_video",
    "edit_caption",
    "audio_duck",
    "inspect_review",
    "timeline_create"
  ],
  "install": {
    "claude_code": "claude mcp add vibeframe --scope project -- npx -y @vibeframe/mcp-server",
    "remote_url": null,
    "stdio_command": "npx -y @vibeframe/mcp-server"
  },
  "auth": {
    "type": "api_key",
    "env_var": "FAL_API_KEY",
    "key_url": "Provider keys are bring-your-own: FAL_API_KEY, OPENAI_API_KEY, GOOGLE_API_KEY, ELEVENLABS_API_KEY and others depending on the models you enable."
  },
  "pricing": "freemium",
  "links": {
    "repo": "https://github.com/vericontext/vibeframe",
    "docs": "https://github.com/vericontext/vibeframe#readme",
    "site": "https://vibeframe.ai"
  },
  "added": "2026-06-28",
  "verified": "2026-06-28",
  "notes": "MIT, npm @vibeframe/mcp-server 0.113.11. Requires Node 20+, FFmpeg, and Chrome/Chromium; AI generation bills whichever provider keys you wire in. The project warns that the CLI is the stable runtime and MCP is the host surface, so shell-capable agents may prefer direct `vibe` commands for long builds."
}