Odel
YouTube Shorts Agent

YouTube Shorts Agent

Local
@davidmosiah1JavaScriptMITUpdated 1w ago

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).

npmyoutube-shorts-agentv0.1.6

Run

npx -y youtube-shorts-agent

MCP client config

{
  "mcpServers": {
    "youtube-shorts-agent": {
      "command": "npx",
      "args": [
        "-y",
        "youtube-shorts-agent"
      ]
    }
  }
}