.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ronak-create/fablecut
home/mcp-servers/ronak-create/fablecut
ronak-create avatar

fablecut

byronak-create· 1 MCP server

Stars

556

Forks

55

Category

Generative Media

View on GitHub

TL;DR

A browser video editor that AI agents can drive.

How to install fablecut?

ronak-create/fablecut
$git clone https://github.com/ronak-create/fablecut

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install fablecut by running `git clone https://github.com/ronak-create/fablecut`, then use it for the current task and follow its documentation at https://github.com/ronak-create/fablecut.

Files · 1

View on GitHub
README.md
1# FableCut
2 
3**A browser video editor that AI agents can drive.**
4 
5<a href="https://trendshift.io/repositories/77702?utm_source=trendshift-badge&amp;utm_medium=badge&amp;utm_campaign=badge-trendshift-77702" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/trendshift/repositories/77702/daily?language=JavaScript" alt="ronak-create%2FFableCut | Trendshift" width="250" height="55"/></a>
6 
7[![Hacker News — front page](https://img.shields.io/badge/Hacker%20News-front%20page-ff6600?logo=ycombinator&logoColor=white)](https://news.ycombinator.com/item?id=48845422)
8[![DEV — Top 7 of the week](https://img.shields.io/badge/DEV-Top%207%20of%20the%20week-0A0A0A?logo=devdotto&logoColor=white)](https://dev.to/devteam/top-7-featured-dev-posts-of-the-week-815)
9[![Official MCP registry](https://img.shields.io/badge/MCP%20registry-io.github.ronak--create%2Ffablecut-7b6cff?logo=modelcontextprotocol&logoColor=white)](https://registry.modelcontextprotocol.io/v0/servers?search=fablecut)
10[![Mentioned in Awesome MCP Servers](https://awesome.re/mentioned-badge.svg)](https://github.com/punkpeye/awesome-mcp-servers)
11[![Glama score](https://glama.ai/mcp/servers/ronak-create/FableCut/badges/score.svg)](https://glama.ai/mcp/servers/ronak-create/FableCut)
12 
13<https://github.com/user-attachments/assets/2430b854-168b-4a9a-af2e-489e5efa7543>
14 
15FableCut is a Premiere-style non-linear video editor that runs entirely in your
16browser — and exposes its whole timeline as one JSON document. Edit it by hand,
17from the UI, or let an AI agent (Claude Code, Claude Desktop, or anything that
18speaks MCP/REST) cut your video for you while you watch the timeline update
19live.
20 
21Zero npm dependencies. One `node server.js`. That's it.
22 
23![FableCut editor](docs/screenshot.png)
24 
25## Why it's interesting
26 
27Most "AI video" tools hide the edit behind an API. FableCut flips that: the
28**project file is the interface**. `project.json` describes media, clips,
29tracks, effects, keyframes and transitions — any process that can write JSON
30can edit video, and the open browser UI hot-reloads within ~150 ms via
31server-sent events. A human and an agent can work on the same timeline at the
32same time.
33 
34## Features
35 
36**Editing**
37 
38- 3 video tracks + 4 audio tracks, drag/trim/split/snap, undo/redo
39- **Direct manipulation on the monitor** — click a clip or title on the preview to
40 move, resize (corner handles), or rotate (top handle, Shift-snap) it directly
41- **Timeline multi-select** — rubber-band marquee (drag on empty track area),
42 <kbd>Ctrl/Cmd/Shift+click</kbd> to add/remove clips, <kbd>Ctrl+A</kbd> to
43 select all, <kbd>Esc</kbd> to deselect. Drag any selected clip to move the
44 whole group; <kbd>Delete</kbd> removes all selected; <kbd>S</kbd> splits all
45 selected at the playhead. Inspector shows an "N clips selected" banner.
46- Beat & cue markers (tap <kbd>⇧m</kbd> on the beat during playback) with edge snapping
47- Press <kbd>Alt+t</kbd> to add an in/out transition based on the playhead position over the selected clip. The last used transition is remembered as the default. Drag the overlay triangle to adjust duration; <kbd>Delete</kbd> clears the focused transition.
48- Real decoded audio waveforms on clips
49- Canvas aspect presets (16:9, 9:16 reels, 4:5, 1:1) + safe-area guides
50- Preview playback speed — shuttle the monitor through 1×/1.5×/2×/4× with **J**/**K**/**L**
51 (from a stop <kbd>J</kbd>/<kbd>L</kbd> start playback; while playing <kbd>L</kbd> steps faster
52 and <kbd>J</kbd> slower, <kbd>K</kbd> toggles play/pause and resets to 1×); affects the
53 preview player only, never the export
54- Resizable workspace: drag the divider between monitor and timeline (double-click resets), plus S/M/L timeline track-density presets (S hides thumbnails for compact tracks)
55- **Zoom to selection** (<kbd>⇧Z</kbd>) frames all selected clips, not just one
56- **IN/OUT work area** — set markers with <kbd>i</kbd> and <kbd>o</kbd> (<kbd>⇧I</kbd> / <kbd>⇧O</kbd> to clear). Enabling **Limit** con

Preview

ronak-create/fablecutronak-create/fablecut

# FableCut

**A browser video editor that AI agents can drive.**

[![Hacker News — front page](https://img.shields.io/badge/Hacker%20News-front%20page-ff6600?logo=ycombinator&logoColor=white)](https://news.ycombinator.com/item

Reporonak-create/fablecut
TypeMCP Servers
CategoryGenerative Media
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPai-agentcanvas

Related

6 picks
Type
  1. artokun avatarcomfyui-mcpMCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.MCP ServersJul 2026110k455
  2. elevenlabs avatarelevenlabs-mcpMCP server that enables interaction with Text to Speech, Voice Agents and audio processing APIsMCP ServersJul 202653k1.5k
  3. monet-ai-editor avatarmonetElectron video editor with terminal-first controls, transcription, embeddings, and exportMCP ServersJul 202646k99
  4. zhongweili avatarnanobanana-mcp-serverAI image generation with Gemini 3 Pro (4K) and 2.5 Flash. Smart model selection.MCP ServersMay 202612k385
  5. minimax-ai avatarminimax-mcpMinimax MCP ServerMCP ServersMay 20269.6k1.5k
  6. kyanitelabs avatarkinocutGuardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts.MCP ServersJul 20269.6k95