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. Fcpxml MCP Server
Fcpxml MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 2:16:56 AM

Fcpxml MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository104 GitHub StarsTotal stargazers on GitHub for the source repository (104 stars).Visit Website
final-cut-provideo-editingfcpxmltimeline-processing

Processes Final Cut Pro XML timelines for analysis, editing, validation, marker insertion, rough cuts, and export.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

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": {
    "daredev256-fcpxml-mcp-server": {
      "command": "uvx",
      "args": [
        "fcp-mcp-server"
      ]
    }
  }
}

💡 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

Overview

Final Cut Pro timeline XML is the focus of the DareDev256/fcpxml-mcp-server MCP server, which parses, edits, validates, and generates FCPXML through MCP tools. It preserves timeline time values as exact rational fractions and can save modified XML without changing the original file. Use it for batch editing, quality checks, marker generation, rough-cut assembly, and data export; macOS users can also push FCPXML into a running Final Cut Pro instance.

Use cases

•Validate exported timelines for flash frames, gaps, and duplicate clips
•Generate chapter markers from transcripts
•Build rough cuts from tagged clips
•Export timeline data for downstream editing workflows

Key features

•Parse and write FCPXML timelines
•Preserve exact rational frame timing
•Detect flash frames and timeline gaps
•Generate markers and transcript-based cuts
•Create rough cuts and montage timelines
•Push XML into Final Cut Pro on macOS

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Fcpxml MCP Server.

Extracted Tool Capabilities
Parse and write FCPXML timelines
Preserve exact rational frame timing
Detect flash frames and timeline gaps
Generate markers and transcript-based cuts
Create rough cuts and montage timelines
Push XML into Final Cut Pro on macOS

How Fcpxml MCP Server works

What DareDev256/fcpxml-mcp-server MCP server does

The DareDev256/fcpxml-mcp-server MCP server connects an MCP client with Final Cut Pro timelines represented as FCPXML files. It turns XML into structured Python objects that an AI client can inspect and modify, then writes the result back to FCPXML for import into Final Cut Pro.

Supported workflows include timeline health checks, flash-frame and gap detection, duplicate-clip analysis, chapter-marker creation, transcript-based phrase cutting, rough-cut generation, montage assembly, and exports such as EDL, CSV, chapter markers, Resolve XML, and FCP7 XML. The project describes seven grouped tools containing 62 underlying operations.

It is intended for batch and data-oriented editing rather than visual creative decisions. Color, framing, motion, and other tasks that require seeing the picture remain outside its scope.

How it works

Export a timeline from Final Cut Pro with File → Export XML…, then provide the XML through an MCP client. The server parses clips, markers, keywords, timing, and related timeline structures into objects that the client can reason about. Requested changes are written to a new file, leaving the source XML untouched, and the modified file can be imported through Final Cut Pro.

Timeline positions, source ranges, and durations use rational values rather than floating-point seconds. This preserves exact frame timing across standard and fractional rates, including NTSC rates such as 23.976 fps.

On macOS, live mode adds push_to_fcp and list_fcp_libraries. The first sends FCPXML to a running or newly launched Final Cut Pro instance through Apple’s Open Document event. The second reads open libraries, events, and projects through the application’s AppleScript dictionary. Live mode can push changes into FCP, but exporting the current timeline still requires using Final Cut Pro’s XML export command.

Setup and configuration

The DareDev256/fcpxml-mcp-server MCP server requires Python 3.10 or newer. The documented package runner setup is:

bash
uvx fcp-mcp-server

Set FCP_PROJECTS_DIR to the directory the server may use for project files. A Claude Desktop configuration uses the uvx command with fcp-mcp-server as its argument and this environment variable in the server entry. The repository also documents editable installation from source with pip install -e ., followed by configuring the MCP client to run server.py.

Optional extras provide media intelligence, including beat detection, and transcript editing with local Whisper. The documented extras name is intelligence,transcribe.

Tools and capabilities

  • Analyze timeline health, statistics, gaps, flash frames, and duplicate sources.
  • Add chapter markers from transcript content.
  • Remove filler words and cut by transcript phrases.
  • Build rough cuts and montages from tagged clips and pacing rules.
  • Compare timelines and export editing data.
  • Push generated XML into Final Cut Pro on macOS.
  • Apply sandboxed writes and parse XML with defusedxml.

Limitations and notes

The DareDev256/fcpxml-mcp-server MCP server does not run as a Final Cut Pro plugin and does not provide programmatic timeline export from Final Cut Pro. XML workflows require an export and later import. Live mode requires macOS, a suitable Final Cut Pro version, and an Automation permission approval on first use. Omitting a valid .fcpbundle library location can cause Final Cut Pro to display a library picker and wait for user input.

The README lists compatibility with Final Cut Pro 10.4 through 12.x. The project is MIT licensed and states that it uses no patched binaries, private APIs, or accessibility scripting.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Multimedia Process View all alternatives
  • N
    Notch

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

    🎥 Multimedia Process25 views
    Compare vs Notch →
  • 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 →
  • 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 →
  • Kinocut logoKinocut

    Guardrailed video editing for AI agents with 135 MCP tools for FFmpeg editing, captions, audio, effects, Hyperframes, repurposing, resumable workflows, quality gates, and provenance receipts. Includes a Python client and kino CLI; runs locally with no required API keys.

    🎥 Multimedia Process3 views
    Compare vs Kinocut →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
104
Stargazers on the source repository.
Last commit
2d ago
Most recent push to the default branch.
Directory activity
9 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Fcpxml MCP Server

Run `uvx fcp-mcp-server` and configure your MCP client with `FCP_PROJECTS_DIR` set to the project directory.

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

Technical Specs & Signals

Category🎥Multimedia Process
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 8, 2026
96/96 checks healthy over the last 31h
Views9
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.
GitHub stars104
GitHub Star CountTotal stargazers on GitHub representing community popularity (104 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 8, 2026
57Quality signal: Good · 57/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 ownership10/20
Documentation & tools24/30
Adoption & activity8/15
Community engagement1/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 15d ago via OSV.dev · fcp-mcp-server (PyPI)

★ 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 — 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 Fcpxml MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code