Content Tools
cutconvert.com
Provides file conversion, inspection, and timecode calculation for subtitle, transcript, caption, EDL, FCPXML, and Premiere .prtranscript formats.
ENDPOINT 1
https://cutconvert.com/api/mcp
MCP server metadata
- Name
- cutconvert
- Version
- 1.1.0
CutConvert converts post-production files: subtitles (SRT, VTT, ASS, SBV, ITT, TTML), transcripts (Rev/Otter/Word TXT, Whisper JSON, Adobe Premiere .prtranscript), EDLs, FCPXML, CSV, and Word DOCX. Call list_converters to see every supported pair, then convert_file with the file content. Text files go in `content`; binary files (.prtranscript) go in `content_base64`. Anonymous usage has a small monthly free quota per IP; larger jobs: https://cutconvert.com/billing#pack
Known tools 4
list_convertersList every conversion CutConvert supports (source format, output format, and the target id to pass to convert_file).
Inferred read-onlyinspect_fileDetect the format of a subtitle/transcript/EDL/FCPXML file and report what CutConvert would produce from it, without performing the conversion or using quota.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cutconvert]
url = "https://cutconvert.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cutconvert": {
"type": "http",
"url": "https://cutconvert.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cutconvert
Remote MCP URL: https://cutconvert.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cutconvert": {
"url": "https://cutconvert.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cutconvert": {
"type": "http",
"url": "https://cutconvert.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cutconvert",
"transport": "streamable-http",
"url": "https://cutconvert.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cutconvert.com was fetched 2026-08-24T05:16:52.079Z.
cutconvert.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.