Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Vibemovie
V
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Vibemovie

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Turns an agent coding session into a short recap video. Local-first.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "vibemovie": {
      "command": "npx",
      "args": [
        "-y",
        "vibemovie"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

VibeMovie

Your vibe coding session, as a movie.

Transforms your AI-assisted coding activity into a cinematic, narrated video β€” complete with chapters, a storyline, dramatic music, and visual effects. Not a screen recording. A movie.

Demo

β–Ά Watch the launch video β€” what if claude made a movie about your PR?

https://github.com/pooriaarab/vibemovie/raw/main/branding/launch-video.mp4

Install

Terminal
npm i -g vibemovie
# or run it directly
npx vibemovie --help

Quick start

bash
# render a session recap from a JSON events file (or stdin)
vibemovie render session.json
# β†’ writes ./vibe-recap.html β€” open it in any browser

vibemovie render session.json --ratio 9:16 --template speedrun --out recap.html
cat session.json | vibemovie render

# expose the render tool to your agent
vibemovie mcp

The default engine is Hyperframes: the recap is a self-contained animated HTML page rendered fully offline β€” zero API keys, no network, nothing leaves your machine. (Gen-video providers like Sora/Wavespeed slot into the cascade above it later; v0 ships the guaranteed floor.)

Input is a JSON array of events (or { "events": [...] }):

config.json
[
  { "kind": "task-done", "ts": 1769500000000, "agent": "claude-code", "cwd": "/repo/demo",
    "payload": { "label": "Refactor auth middleware", "durationMin": 18 } },
  { "kind": "tests-pass", "ts": 1769503600000, "payload": { "passed": 42 } },
  { "kind": "pr-merged", "ts": 1769505100000, "payload": { "pr": 42, "branch": "main" } }
]

Library usage:

server.ts
import { renderMovie } from 'vibemovie';

const { html, path } = await renderMovie(events, {
  ratio: '16:9',            // '16:9' | '9:16' | '1:1'
  template: 'documentary',  // 'documentary' | 'speedrun' | 'meme'
  out: 'recap.html',        // optional β€” omit to just get the HTML string
});

buildScenes(events) (events β†’ scene list) and renderHyperframes(scenes) (scene list β†’ HTML) are pure and exported for custom pipelines.

Why Build This

  • VibeReplay captures sessions β€” VibeMovie turns them into stories
  • "I built a SaaS in 4 hours" is interesting β€” a cinematic version of it is unforgettable
  • Content creators spend hours editing coding videos β€” this automates the entire pipeline
  • Every VibeMovie shared is a viral ad for the tool
  • Think: AI-generated documentary of your coding process

Features

  • Story arc β€” AI analyzes your session and creates a narrative: setup, struggle, breakthrough, deploy
  • Cinematic editing β€” Automatic cuts, zooms, transitions, and focus on the interesting parts
  • AI narration β€” Generated voiceover that explains the journey: "At minute 23, everything broke..."
  • Dynamic soundtrack β€” Music that matches the emotional arc (powered by VibeRadio engine)
  • Code highlights β€” Key code snippets rendered beautifully with syntax highlighting and annotations
  • Stats overlay β€” Lines of code, files changed, tokens used, time elapsed
  • Chapters β€” Auto-generated based on git commits and milestones
  • Multiple formats β€” YouTube (16:9), X/TikTok (9:16), LinkedIn (1:1), GIF summary
  • Thumbnail generation β€” AI-generated thumbnail optimized for clicks
  • Templates β€” Documentary, tutorial, speedrun, meme

Generation engine (cascade)

Video generation follows the shared @vibe/core cascade so it always works:

  1. Your existing model β€” if your agent's provider does video (e.g. Sora via your OpenAI), use it.
  2. A video-gen key you bring β€” Wavespeed, Replicate, or similar.
  3. Hyperframes fallback β€” pure HTML/CSS/JS animated "video" (a rendered, animated web page). No generative-video model, no key, no network β€” always available. (The prototype below is a working Hyperframes recap.)

Options across all tiers: sync/live (scenes build as the agent works) or async (rendered after a turn/session) β€” user-configurable per hook Β· aspect ratios 16:9 / 9:16 / 1:1 / GIF Β· sound on/off (soundtrack via the VibeRadio engine + optional narration) Β· subtitles/captions Β· transitions & templates (documentary, tutorial, speedrun, meme) Β· avatar narrator β€” if you've set up a personal likeness/voice (e.g. HeyGen, or an on-device avatar), the recap can be narrated by your avatar instead of an abstract summary.

Distribution

  • CLI β€” vibemovie render session.json (today) Β· --session <id> / --repo . (planned)
  • npm package β€” npm install -g vibemovie
  • MCP server β€” vibemovie mcp exposes a render tool your agent can call
  • Claude Code skill β€” /vibemovie to render your last session
  • skills.sh β€” Listed on skills.sh marketplace
  • Web app β€” Upload a git repo, get a movie of its entire history

Tech Stack

  • Node.js + TypeScript
  • Remotion (video rendering)
  • Claude API (narrative generation, story arc)
  • ElevenLabs (voiceover)
  • Tone.js (soundtrack β€” shared with VibeRadio)
  • FFmpeg (post-processing)

Prototype

Interactive, self-contained UX prototype (no build, no network): open docs/prototype.html in a browser β€” it plays a real Hyperframes recap with a working scrubber, the cascade selector, and an avatar narrator toggle.

Local-first

Runs on your own machine. The Hyperframes tier renders fully offline; nothing leaves your machine unless you opt into a hosted video model. Enforced by the @vibe/core consent model.

Vibe Suite

Part of the Vibe Suite β€” companion tools for agentic coding CLIs (Claude Code, Codex, Cursor, Gemini, Grok, pi, Kimi, and other harnesses). Ships as CLI + npm package + MCP server.

Relationship to VibeReplay

  • VibeReplay = raw capture + timelapse (quick, functional)
  • VibeMovie = cinematic, narrated, story-driven (polished, shareable)
  • VibeMovie can use VibeReplay recordings as input

Revenue Potential

  • Free tier: 1 movie/month, watermarked, 720p
  • Pro: unlimited, 4K, custom branding, all templates
  • Studio: team movies, custom narration voice, API access

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Cursor Delegate logoCursor Delegate

    Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.

    πŸ’» Developer Tools0 views
    Compare vs Cursor Delegate β†’
  • Skill of Skills logoSkill of Skills

    Quality-ranked, cross-platform directory of AI coding skills, plugins and MCP servers.

    πŸ’» Developer Tools2 views
    Compare vs Skill of Skills β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Vibemovie

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "vibemovie": { "command": "npx", "args": ["-y", "vibemovie"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewVibemovie AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/vibemovie?style=directory)](https://allmcps.com/mcp/vibemovie)
HTML Embed
<a href="https://allmcps.com/mcp/vibemovie"><img src="https://allmcps.com/api/badge/vibemovie?style=directory" alt="Vibemovie on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Vibemovie β†’Install in Claude DesktopInstall in CursorInstall in VS Code