mcp.film / Editing & Post / VibeFrame
VibeFrame
CLI-first video workflow runtime with an MCP surface for briefs-to-renders.
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 mcp add vibeframe --scope project -- npx -y @vibeframe/mcp-server
{
"mcpServers": {
"vibeframe": {
"command": "npx",
"args": [
"-y",
"@vibeframe/mcp-server"
],
"env": {
"FAL_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"vibeframe": {
"command": "npx",
"args": [
"-y",
"@vibeframe/mcp-server"
],
"env": {
"FAL_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
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_createField 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
Deepgram MCPDeepgram
Official
Official Deepgram server: Nova transcription, diarization, and audio intelligence.
MartiniMartini
Official
The film set for AI videos — direct entire productions from your agent.
Airtable MCP ServerAirtable
Official
Official hosted Airtable MCP: query, create, and update production-tracking bases.