MCP Catalogs
Home

fcpxml-mcp-server vs time

Side-by-side comparison to help you pick between these two MCP servers.

fcpxml-mcp-server
by DareDev256
time
by modelcontextprotocol
Stars★ 46★ 85,748
30d uses
Score4777
Official
Categories
MediaProductivityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

fcpxml-mcp-server · Summary

AI-powered MCP server for Final Cut Pro XML with 53 tools to analyze, edit, and generate timelines through natural language.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

fcpxml-mcp-server · Use cases

  • Batch inserting chapter markers from transcripts into video timelines
  • Automatically detecting and fixing flash frames and gaps in video edits
  • Generating rough cuts from tagged clips based on pacing requirements

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

fcpxml-mcp-server · Install

Installation

  1. Clone & Install:
git clone https://github.com/DareDev256/fcpxml-mcp-server.git
cd fcpxml-mcp-server
pip install -e .
  1. Configure Claude Desktop:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "fcpxml": {
      "command": "python",
      "args": ["/path/to/fcpxml-mcp-server/server.py"],
      "env": { "FCP_PROJECTS_DIR": "/Users/you/Movies" }
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.