← Back to Plugins
MCP Server MCP

YouTube Shorts Agent

github By github 👁 1 views ▲ 0 votes

Agent-first YouTube Shorts uploader: dry-run validation, OAuth checks, synthetic-media metadata.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "youtube-shorts-agent",
      "version": "0.1.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to false only when the agent should perform live YouTube upload operations. Defaults to dry-run behavior.",
          "format": "string",
          "name": "YOUTUBE_DRY_RUN"
        },
        {
          "description": "Google OAuth client ID. Optional until OAuth or live upload flows are used.",
          "format": "string",
          "name": "YOUTUBE_CLIENT_ID"
        },
        {
          "description": "Google OAuth client secret. Keep local and do not expose it to agents.",
          "format": "string",
          "isSecret": true,
          "name": "YOUTUBE_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...