$ timeahead.in
/ servers/npm/@vibeframe/mcp-server
npm

@vibeframe/mcp-server

VibeFrame MCP Server - AI-native video editing via Model Context Protocol

136 stars4k/wkupdated 2d agogithub ↗
81good
▣ Overview
License: MITCIGitHub stars

What it does

VibeFrame is an agentic video workflow system that turns written briefs into storyboards, design documents, generated assets, and final MP4 renders. The MCP server integrates VibeFrame into Claude Code, Cursor, and other AI agents, enabling them to scaffold projects and iterate on STORYBOARD.md and DESIGN.md files that drive composition and rendering. The system is CLI-first; agents typically interact by editing project files and triggering builds rather than through direct MCP tool calls. VibeFrame routes media generation (images, narration, music, motion graphics) through pluggable AI providers and produces deterministic reports for cost gating and safety.

Who it's for

Backend engineers integrating video generation into agent-driven workflows. Product teams using Claude Code or Cursor who want to generate promotional or demo videos from rough briefs without custom infrastructure. Developers who prefer CLI-first tooling with machine-readable JSON output, dry-run modes, and cost-cap controls over interactive chat-based editing.

Common use cases

  • Ask Claude Code or Cursor to research a topic and refine STORYBOARD.md and DESIGN.md to shape the video structure before rendering
  • Generate product launch or feature-demo videos by iterating storyboards with an agent and validating builds with dry-run output
  • Embed video generation as a repeatable step in coding agent workflows, with cost caps and deterministic build reports
  • Create multi-scene compositions with AI-generated images, narration, and music via pluggable providers
  • Remix or edit existing media using VibeFrame's EDIT, REMIX, and AUDIO command lanes

Setup pitfalls

  • One secret found in the codebase—audit the repository and rotate any exposed credentials before deploying in shared environments
  • Requires AI provider API keys (image generation, narration, music)—configure .env or environment variables with your service credentials before running builds
  • Filesystem write access required—VibeFrame creates project directories, temporary assets, and rendered video files; ensure proper sandbox or volume isolation
  • FFmpeg must be installed on the host—VibeFrame calls FFmpeg for composition and rendering; verify installation before the first build
1 credential detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
80
28.0
Freshness
25%
100
25.0
Adoption
20%
64
12.8
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
80.8
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "vibeframemcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vibeframe/mcp-server"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
58/ 100 · is this project alive?
contributors (1y)4
top contributor share99%
releases (1y)63
last release1d ago
ci✓ passing
⛁ Raw data
weekly downloads4k
github stars136
forks30
open issues7
license✓ present
readme length21489 chars
last publish2d ago
last commit2d ago
last updated1d ago
install verified✓ pass · 26d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points