mcpbeat Sign in

proofcut MCP Server

local only

proofcut runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Local-first AI video editor: recordings to a finished film, cut by transcript, then verified

Installs / week
pypi · proofcut
2
Stars
2 open issues
18 Sep 2026
Last commit
no recent releases
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime .claude/skills/verify-live/cdp.mjs:38
  async eval(expression) {
            <tr><td>Click</td><td>seek there, and select that word</td></tr>
            <tr><td>Drag, or Shift + click</td><td>extend the selection across words</td></tr>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add proofcut -- uvx proofcut
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "proofcut": {
      "args": [
        "proofcut"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.proofcut]
command = "uvx"
args = ["proofcut"]
.cursor/mcp.json
{
  "mcpServers": {
    "proofcut": {
      "args": [
        "proofcut"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "proofcut": {
      "args": [
        "proofcut"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to proofcut

same job, measured the same way
lucid
by tydude001

Local-first AI video editor: cut by transcript, hang b-roll off phrases, render, then verify

local only
Talkthrough
by korovin-aa97

Local MCP server: recordings or public video URLs into transcript, frames, OCR, wall-clock evidence.

1 622 installs/wk local only
DialMCP
by dialmcp

Let AI agents place real phone calls from your verified number, with transcripts and recordings.

48 installs/wk answering
Crixin Voice
by crixin

Give your AI a real phone: place calls, send SMS, fetch recordings and transcripts. Local or hosted.

137 installs/wk answering
Magpie Search
by xfloukiex-lab

Federated local-first search across transcripts, files, KG, vectors and the web for AI agents.

67 installs/wk local only
Video Vision MCP
by kitdevua

Analyze any video (local file or URL) into frames + transcript for Claude Code

168 installs/wk local only
C
FieldTranscript
by fieldtranscript

Verbatim transcription of public video/audio URLs to clean text, SRT, and timestamped records.

4 tools answering
Video Loom
by wolflangis

Turn audio or text into a finished AI music video: narrative, multi-provider clips, final cut.

answering

proofcut — questions

Answers built from our own checks of this server.

Why is there no uptime for proofcut?
proofcut runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package proofcut.
How do I connect proofcut?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls proofcut straight from pypi; nothing to host, nothing to sign up for.
Is proofcut open source?
We cannot say either way: written in Python, 2 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.