Back to Home
DareDev256 icon

fcp-mcp-server

Verified Safe

by DareDev256

Overview

This server enables AI assistants to interact with and control Final Cut Pro projects through natural language by parsing and modifying FCPXML files.

Installation

Run Command
python server.py

Environment Variables

  • FCP_PROJECTS_DIR

Security Notes

The server primarily operates on local FCPXML files, limiting external attack surfaces. It uses standard Python libraries for XML parsing and file system interaction (pathlib), without obvious signs of direct shell command execution, 'eval' or 'exec', or hardcoded secrets. File paths are derived from an environment variable or directly passed as tool arguments, implying that the AI client is a trusted orchestrator. The main risk would stem from malicious FCPXML files themselves, which are assumed to be sourced by the user.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2026-01-18

Tags

Final Cut ProVideo EditingAIFCPXMLMCP