cutgent
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cutgentAdd a text clip with pop animation and render to MP4."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cutgent 🎬
Editor de video full-stack basado en Remotion, diseñado para ser 100% controlable por Claude vía MCP. El video entero es un documento JSON; tú lo editas en una UI tipo Premiere/CapCut, y Claude lo edita por comandos a través de un servidor MCP — ambos sobre la misma fuente de verdad, sincronizados en vivo.
Arquitectura
┌─────────────────────────────┐
Editor (navegador) │ Next.js (App Router) │ Servidor MCP
─ UI React/Remotion │ │ (Node + tsx)
─ Zustand store ───► │ POST /api/document/command ◄─── herramientas: add_clip,
─ <Player> preview │ GET /api/document │ add_text, animate, render…
▲ │ GET /api/document/stream │ ▲
│ SSE en vivo │ POST /api/render (MP4) │ │
└────────────────┤ data/project.json (verdad) ├───────────┘
└─────────────────────────────┘Un documento JSON (
src/lib/schema.ts) describe todo: proyecto, pistas, clips (video/imagen/audio/texto/forma/sólido), animaciones, keyframes, efectos.Comandos (
src/lib/commands.ts) son la única forma de mutarlo.applyCommandes un reducer puro usado por la UI, la API y el MCP.El servidor guarda el documento autoritativo, lo persiste en
data/project.jsony lo transmite por SSE, así el editor abierto refleja en vivo lo que cambia Claude.Remotion renderiza el mismo documento tanto en el preview (
@remotion/player) como en el export a MP4 (@remotion/renderer), así que lo que ves es lo que se exporta.
Related MCP server: Clean-Cut-MCP
Puesta en marcha
npm install
npm run dev # http://localhost:3000Conectar Claude (MCP)
Con la app corriendo, registra el servidor MCP (ver mcp-server/README.md). El repo incluye un .mcp.json listo para Claude Code:
{ "mcpServers": { "cutgent": {
"command": "npx", "args": ["tsx", "mcp-server/index.ts"],
"env": { "CUTGENT_URL": "http://localhost:3000" }
}}}Luego pídele a Claude cosas como "añade un título con animación pop, un fondo degradado y música, y exporta a MP4" — verás los cambios aparecer en el editor en tiempo real.
Skill opcional (recomendada): skills/editing-video-with-cutgent empaqueta el conocimiento experto para editar por lenguaje natural (cortar silencios, subtítulos, color, shorts verticales, export…) sin que tengas que saber qué herramienta llamar. Instálala en Claude Code (~/.claude/skills/) o Claude Desktop (.zip) — ver skills/README.md. Se activa sola al decir cosas como "edita este video" o "ponle subtítulos".
Funcionalidades
Línea de tiempo multipista con drag, resize, zoom, playhead.
Clips: video, imagen, audio, texto, formas y fondos sólidos.
Animaciones de entrada/salida (fade, slide, zoom, pop, blur, wipe), keyframes por propiedad con easing, y efectos (blur, brillo, contraste, saturación, grayscale, sepia, hue-rotate, invert).
Inspector completo de propiedades por tipo de clip.
Biblioteca de medios: subir archivos o importar por URL (incluye medios generados por IA).
Export a MP4 real con barra de progreso.
Control total por MCP: ~30 herramientas que cubren cada acción del editor.
Estructura
src/
app/ # Next.js: página del editor + rutas API
api/document/ # documento + comandos + stream SSE
api/render/ # export a MP4 (Remotion renderer)
api/assets/ # biblioteca de medios
lib/ # schema, comandos, store, factory, stores de servidor
remotion/ # composición Remotion + motor de animación
components/ # UI: timeline, inspector, media, preview, topbar
mcp-server/ # servidor MCP (control por Claude)Notas
El primer export descarga Chromium headless (puede tardar); los siguientes son rápidos.
Pensado para correr en local; el documento vive en
data/project.json.
This server cannot be deployed
Maintenance
Related MCP Connectors
- VidmoatOAuthcom.vidmoat
AI video editor: create projects, edit timelines, add captions and effects, and render videos.
Generate video and images, edit them on a real multi-track timeline, and export an MP4.
Make animated videos by asking Claude, Cursor or any MCP client. Your AI writes it, we render it.
A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports
Related MCP Servers
- FlicenseAqualityFmaintenanceEnables AI assistants to create and edit professional videos through natural language by automating JianYing (CapCut) video production workflows. Supports adding media segments, effects, transitions, animations, and exporting editable project files.20289-
- FlicenseNot gradedqualityFmaintenanceEnables users to create professional React-powered videos through Claude Desktop using natural language and the Remotion framework. It provides a persistent studio environment for generating animations, managing video assets, and rendering high-quality content.4-
- AlicenseNot gradedqualityDmaintenanceEnables control of Adobe Premiere Pro through Claude using over 170 tools for editing, effects, and timeline management. It supports advanced project operations, automated captions, and AI-generated voiceovers via ElevenLabs integration.1,383 npm32MIT

PixVerse MCPofficial
AlicenseNot gradedqualityFmaintenanceEnables video generation from text, images, and more through MCP-compatible apps like Claude and Cursor.52MIT