Skip to content
Cline

uploadcheck for Cline

app.uploadcheck/uploadcheck

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

client:Cline transport:stdio runtime:npm

Install uploadcheck in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

uploadcheck in other clients