fcp-mcp — Final Cut Pro MCP Server
Rank #5,031io.github.dreliq9/fcp-mcp
Final Cut Pro MCP — 88 tools: FCPXML engine, live FCP control, media analysis, puppets.
fcp-mcp — Final Cut Pro MCP Server is a Model Context Protocol (MCP) server published by dreliq9. It ranks #5,031 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. fcp-mcp — Final Cut Pro MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 23, 2026 and most recently updated on Apr 23, 2026.
Ranks ahead of 110,429 of 115,460 servers on MCP Toplist.
Use fcp-mcp — Final Cut Pro MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fcp-mcp -e "FCP_MCP_OUTPUT_DIR=<your FCP_MCP_OUTPUT_DIR>" -- uvx fcp-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fcp-mcp]
command = "uvx"
args = ["fcp-mcp"]
[mcp_servers.fcp-mcp.env]
FCP_MCP_OUTPUT_DIR = "<your FCP_MCP_OUTPUT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fcp-mcp": {
"command": "uvx",
"args": [
"fcp-mcp"
],
"env": {
"FCP_MCP_OUTPUT_DIR": "<your FCP_MCP_OUTPUT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fcp-mcp": {
"command": "uvx",
"args": [
"fcp-mcp"
],
"env": {
"FCP_MCP_OUTPUT_DIR": "<your FCP_MCP_OUTPUT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fcp-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fcp-mcp"
],
"env": {
"FCP_MCP_OUTPUT_DIR": "<your FCP_MCP_OUTPUT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fcp-mcp": {
"command": "uvx",
"args": [
"fcp-mcp"
],
"env": {
"FCP_MCP_OUTPUT_DIR": "<your FCP_MCP_OUTPUT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fcp-mcp": {
"command": "uvx",
"args": [
"fcp-mcp"
],
"env": {
"FCP_MCP_OUTPUT_DIR": "<your FCP_MCP_OUTPUT_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dreliq9%2Ffcp-mcp)<a href="https://mcptoplist.com/server/io.github.dreliq9%2Ffcp-mcp"><img src="https://mcptoplist.com/badge/io.github.dreliq9%2Ffcp-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
dreliq9
Other servers by dreliq9
View all dreliq9 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Apr 23, 2026 |
| 0.1.0 | Apr 23, 2026 |
Frequently asked questions
- Who maintains fcp-mcp — Final Cut Pro MCP Server?
- fcp-mcp — Final Cut Pro MCP Server is maintained by dreliq9, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is fcp-mcp — Final Cut Pro MCP Server listed on the Official MCP Registry?
- Yes — fcp-mcp — Final Cut Pro MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does fcp-mcp — Final Cut Pro MCP Server have?
- MCP Toplist tracks 2 versions of fcp-mcp — Final Cut Pro MCP Server, most recently published on Apr 23, 2026.
- Where can I find the source code for fcp-mcp — Final Cut Pro MCP Server?
- The source code for fcp-mcp — Final Cut Pro MCP Server is hosted at github.com/dreliq9/fcp-mcp.