Loading MCP server directory, please wait...
QC videos, podcasts, and clips before upload — timestamped flags with agent-ready repair prompts.
npx @getmcp/cli add app.uploadcheck/uploadcheckRequires Node.js 18+. Community-contributed server. Review source before installing.
UPLOADCHECK_API_BASE_URLUploadCheck API base URL
UPLOADCHECK_API_KEYWorkspace API key from your UploadCheck setup email (get one at https://uploadcheck.app/checkout/)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"app.uploadcheck/uploadcheck": {
"command": "npx",
"args": [
"-y",
"@drantoniou/uploadcheck-mcp"
],
"env": {
"UPLOADCHECK_API_BASE_URL": "https://api.uploadcheck.app",
"UPLOADCHECK_API_KEY": ""
}
}
}
}