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
{
"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