mcp.film

mcp.film / Editing & Post / VibeFrame

VibeFrame

Officialby VibeFrame (vericontext)freemiumverified Jun 28, 2026

CLI-first video workflow runtime with an MCP surface for briefs-to-renders.

Rate it: no ratings yet

What it does

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.

Connect

Claude Code
claude mcp add vibeframe --scope project -- npx -y @vibeframe/mcp-server
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "vibeframe": {
      "command": "npx",
      "args": [
        "-y",
        "@vibeframe/mcp-server"
      ],
      "env": {
        "FAL_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "vibeframe": {
      "command": "npx",
      "args": [
        "-y",
        "@vibeframe/mcp-server"
      ],
      "env": {
        "FAL_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env FAL_API_KEY — 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.

Tools you'll see

project_listinitbuildrendergenerate_imagegenerate_videoedit_captionaudio_duckinspect_reviewtimeline_create

Field 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.

Pairs well with