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. πŸŽ₯ Multimedia Process
  3. Mcpcut
M
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Mcpcut

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 RepositoryVisit Website

A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports

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": {
    "mcpcut": {
      "command": "npx",
      "args": [
        "-y",
        "mcpcut"
      ]
    }
  }
}

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

Install Directory Badge Claim listing AlternativesπŸŽ₯ More in Multimedia Process

Documentation Overview

mcpCut

A real video editor for AI agents, served over MCP.

mcpCut gives any MCP-capable agent (Claude Code, Claude Desktop, or anything else that speaks the protocol) an actual editing model β€” not a wrapper around one ffmpeg command. Projects are immutable snapshots with a journaled history of named operations; rendering goes through FFmpeg or the MLT framework; a deterministic CLI twin drives the same logic without a server.

Two ways to use it

☁️ Hosted (fastest β€” no install). mcpcut.com runs this editor as a service, with a browser editor on top: sign up, create an API token, and point your agent at the cloud MCP endpoint:

Terminal
claude mcp add --transport http mcpcut https://mcpcut.com/mcp \
  --header "Authorization: Bearer <your token>"

You and your agent then work on the same projects β€” the agent edits over MCP, you review and tweak in the browser editor.

πŸ–₯ Self-hosted (this repository). The open, single-user core: run it on your own machine, point your agent at it, keep everything local. No accounts, no browser editor β€” just the MCP server, the editing engine and the CLI. The rest of this README is about this option.

What the agent gets

44 tools over one consistent model:

  • Projects & history β€” create/list projects, journaled operations (editor_get_history shows every edit ever made), named versions with restore, annotations.
  • Timeline β€” multiple video/audio tracks, clips with trim/split/move/ resize, transforms with keyframes, transitions, canvas fit, color adjustments.
  • Text & graphics β€” text overlays rasterized server-side, image/video overlays, covers.
  • Audio β€” music beds, per-clip audio, volume envelopes.
  • Media in β€” local paths or URLs (URL import goes through an SSRF egress guard; media is sanity-checked with ffprobe before it touches a timeline).
  • Understanding β€” media analysis (scenes, audio peaks, keyframes), auto-captions via faster-whisper (.[asr] extra), local voiceover via piper (.[tts] extra, GPL β€” see THIRD_PARTY_NOTICES.md).
  • Out β€” validation, preview renders, full exports with presets. Each export writes an .mlt sidecar you can open in Shotcut or Kdenlive.

Every mutation validates its arguments against the tool's real signature (strings can't leak into numeric filter fields), returns a fresh snapshot with a bumped version, and lands in the journal. Nothing edits in place.

Prerequisites

  • Python 3.12+
  • FFmpeg (ffmpeg + ffprobe on PATH)
  • MLT (melt on PATH) β€” the default render engine. Alternatively set RENDER_ENGINE=ffmpeg and skip melt.
  • A font for text rendering, e.g. Debian/Ubuntu: apt install fonts-dejavu-core fonts-noto-color-emoji (elsewhere, point FONT_PATH at any .ttf).
bash
# Debian/Ubuntu, everything at once:
apt install ffmpeg melt fonts-dejavu-core fonts-noto-color-emoji

Quickstart

bash
git clone https://github.com/musyta-labs/mcpCut && cd mcpCut
python3 -m venv .venv && .venv/bin/pip install -e .

cp .env.example .env       # MCP_AUTH_ENABLED=false is already set there
.venv/bin/python -m app.mcp.server

The server starts on http://127.0.0.1:8100 β€” the MCP endpoint is http://127.0.0.1:8100/mcp. The database (SQLite) and media workspace are created on first run.

Or with Docker (ffmpeg, melt and fonts included in the image):

Terminal
docker build -t mcpcut .
docker run -p 127.0.0.1:8100:8100 -e MCP_TRANSPORT=streamable-http \
  -v mcpcut-data:/data mcpcut

Single-user by design. This build has no accounts: whoever can reach the port is the operator, with full tool access including local file paths. Keep it bound to localhost, or put an authenticating reverse proxy in front. MCP_AUTH_ENABLED=false must be set explicitly β€” the server refuses to start otherwise, so an open port is always a decision you made.

Connect an agent

Claude Code:

Terminal
claude mcp add --transport http mcpcut http://127.0.0.1:8100/mcp

Any other MCP client, in its JSON config:

config.json
{
  "mcpServers": {
    "mcpcut": { "type": "http", "url": "http://127.0.0.1:8100/mcp" }
  }
}

Then ask the agent for something real: β€œmake a 30-second cut of ~/videos/talk.mp4 with auto-captions and export it.” The skills/ directory contains ready-made instructions you can hand to any agent β€” see skills/README.md.

Or drive it without a server

The CLI twin runs the same operations deterministically:

bash
echo '{"op": "create_project", "args": {"metadata": {}}}' > /tmp/ops.json
.venv/bin/python -m app.mcp.cli /tmp/ops.json

Configuration

Everything lives in environment variables (or .env); see .env.example for the full annotated list. The ones that matter most:

VariableDefaultWhat it does
MCP_AUTH_ENABLEDtruemust be set to false in this build (see above)
DATABASE_URLsqlite:///./data/editor.dbSQLite by default; Postgres via .[postgres]
MEDIA_DIR./mediaoriginals, exports, previews, caches
MCP_HOST / MCP_PORT0.0.0.0 / 8100bind address of the server
RENDER_ENGINEmltmlt or ffmpeg
FONT_PATHDejaVu Bold (Debian path)font for text overlays and captions
EXPORT_TTL_HOURS / CLIP_CACHE_TTL_HOURS24 / 48retention sweep; RETENTION_ENABLED=false disables it

Retention is real: a background daemon deletes exports after 24 h and cached clips after 48 h by default. On a personal machine either download your exports promptly or set RETENTION_ENABLED=false.

How it's built

LayerWhereWhat
Timeline modelapp/editor/model.pyfrozen dataclasses; every edit returns a new project, version + 1
Mutationsapp/editor/mutations.pypure functions, one named journaled operation per gesture
Validationapp/editor/validation.pystructural checks + opt-in shorts profile
Renderapp/editor/render.pyone contract, two engines: mlt_graph.py (default) and ffmpeg_graph.py
Analysisapp/analysis/scenes, peaks, keyframes β€” feeds the agent's decisions
Storageapp/db/SQLite/Postgres via SQLAlchemy + Alembic; append-only operation journal
MCP serverapp/mcp/server.pystreamable-http or stdio; tool schemas derived from real signatures
CLI twinapp/mcp/cli.pysame operations, no server, deterministic

Safety properties the codebase holds everywhere: no shell=True (argv lists only), timeouts on every subprocess, atomic export writes, SSRF egress guard on URL imports, argument validation derived from tool signatures.

License

MIT. Third-party obligations (FFmpeg/MLT installed by you, the GPL piper-tts extra, fonts) are documented in THIRD_PARTY_NOTICES.md.

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

Related MCP Servers

View all in Multimedia Process View all alternatives
  • Trident MCP logoTrident MCP

    AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Single Go binary, 10 tools, async generation with polling.

    πŸŽ₯ Multimedia Process25 views
    Compare vs Trident MCP β†’
  • N
    Notch

    Turn product pages and creative briefs into finished video and image ads from your AI chat.

    πŸŽ₯ Multimedia Process25 views
    Compare vs Notch β†’
  • MCP Video Analyzer logoMCP Video Analyzer

    MCP server for video analysis β€” extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required.

    πŸŽ₯ Multimedia Process13 views
    Compare vs MCP Video Analyzer β†’
  • Creative Claw logoCreative Claw

    On-brand creative studio for AI agents: images, video, audio, and 3D.

    πŸŽ₯ Multimedia Process1 views
    Compare vs Creative Claw β†’

Reviews

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

Frequently Asked Questions about Mcpcut

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

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 PreviewMcpcut AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcpcut?style=directory)](https://allmcps.com/mcp/mcpcut)
HTML Embed
<a href="https://allmcps.com/mcp/mcpcut"><img src="https://allmcps.com/api/badge/mcpcut?style=directory" alt="Mcpcut on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸŽ₯Multimedia Process
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.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore 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 β€” 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 πŸŽ₯ Multimedia Process β†’Best MCP servers for Multimedia & Media Processing β†’Alternatives to Mcpcut β†’Install in Claude DesktopInstall in CursorInstall in VS Code