Agent-first YouTube Shorts uploader: dry-run validation, OAuth checks, synthetic-media metadata.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y youtube-shorts-agent
MCP client config
{
"mcpServers": {
"youtube-shorts-agent": {
"command": "npx",
"args": [
"-y",
"youtube-shorts-agent"
]
}
}
}