Skip to content
Claude Desktop

uploadcheck for Claude Desktop

app.uploadcheck/uploadcheck

QC videos, podcasts, and clips before upload — timestamped flags with agent-ready repair prompts.

client:Claude Desktop transport:stdio runtime:npm

Install uploadcheck in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "uploadcheck": {
      "command": "npx",
      "args": [
        "-y",
        "@drantoniou/uploadcheck-mcp"
      ],
      "env": {
        "UPLOADCHECK_API_BASE_URL": "<UPLOADCHECK_API_BASE_URL>",
        "UPLOADCHECK_API_KEY": "<UPLOADCHECK_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

uploadcheck in other clients