Skip to content
Grok

proofcut for Grok

io.github.tydude001/proofcut

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

client:Grok transport:stdio runtime:pypi

Install proofcut in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "proofcut": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "proofcut"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

proofcut in other clients