From 7cecb4204c51419b27f8542ddfa16804ae8336b8 Mon Sep 17 00:00:00 2001 From: tydude001 Date: Tue, 15 Sep 2026 19:06:56 -0500 Subject: [PATCH] Add tydude001/proofcut (Multimedia Process) Adds proofcut, a local-first video editor exposed as an MCP server (Python, stdio or streamable HTTP) that takes recordings to a finished film. An agent cuts by transcript word, places b-roll by phrase, scores it, captions, renders and masters it, and then checks the render against the timeline it was made from (`verify`, `check_frames`). It runs on the user's machine over ffmpeg, whisper, auto-editor and MLT, with no hosted service. Licence is PolyForm Shield 1.0.0 (source-available). Measured on Linux and on Windows (a hand-run render and master on a laptop, not CI); the OS marks claim only that. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45f85250f..f1e4154c8 100644 --- a/README.md +++ b/README.md @@ -3318,6 +3318,7 @@ Provides the ability to handle multimedia, such as audio and video editing, play - [transloadit/node-sdk](https://github.com/transloadit/node-sdk/tree/main/packages/mcp-server) [![transloadit/node-sdk MCP server](https://glama.ai/mcp/servers/transloadit/node-sdk/badges/score.svg)](https://glama.ai/mcp/servers/transloadit/node-sdk) 📇 ☁️ 🏠 🍎 🪟 🐧 - Agent-native media processing via Transloadit's 86+ Robots: video encoding (HLS, H.264, VP9), image manipulation (resize, watermark, smart crop), document conversion, OCR, speech transcription, and more. Hosted or self-hosted via npx. - [torrentclaw/torrentclaw-mcp](https://github.com/torrentclaw/torrentclaw-mcp) 🎖️ 📇 ☁️ - Search and discover movies and TV shows with torrent links, quality scoring, streaming availability, and cast/crew metadata. - [tro2789/scout-premiere-mcp](https://github.com/tro2789/scout-premiere-mcp) [![tro2789/scout-premiere-mcp MCP server](https://glama.ai/mcp/servers/tro2789/scout-premiere-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tro2789/scout-premiere-mcp) 📇 🏠 🪟 - Drive Adobe Premiere Pro from an agent through the Scout panel: transcript search with frame-accurate timecodes, markers, cuts, exports, and 266 ExtendScript tools for effects, transitions, export and project management. +- [tydude001/proofcut](https://github.com/tydude001/proofcut) [![tydude001/proofcut MCP server](https://glama.ai/mcp/servers/tydude001/proofcut/badges/score.svg)](https://glama.ai/mcp/servers/tydude001/proofcut) 🐍 🏠 🪟 🐧 - Source-available, local-first video editor for agents: recordings to a finished film. Cut by transcript, hang b-roll off phrases, score, caption, render and master over OpenTimelineIO, ffmpeg, whisper and MLT, then check the render against the edit it came from. Every tool is also a CLI command, plus a browser workspace with an agent pane. - [video-creator/ffmpeg-mcp](https://github.com/video-creator/ffmpeg-mcp.git) 🎥 🔊 - Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback and other functions - [video-edit-mcp](https://github.com/Aditya2755/video-edit-mcp) 🐍 🏠 🍎 🪟 - Comprehensive video and audio editing MCP server with advanced operations including trimming, merging, effects, overlays, format conversion, audio processing, YouTube downloads, and smart memory management for chaining operations without intermediate files - [TopazLabs/topaz-mcp](https://github.com/TopazLabs/topaz-mcp) 📇 ☁️ 🍎 🪟 🐧 - AI image enhancement (upscaling, denoising, sharpening) via Topaz Labs API. Supports 8 models including Standard V2, Wonder 2, Bloom, and Recover 3.