proofcut for Cursor
io.github.tydude001/proofcut
Local-first AI video editor: recordings to a finished film, cut by transcript, then verified
client:Cursor
transport:stdio
runtime:pypi
Install proofcut in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"proofcut": {
"type": "stdio",
"command": "uvx",
"args": [
"proofcut"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs