MCP Server
MCP
YouTube Shorts Agent
Agent-first YouTube Shorts uploader: dry-run validation, OAuth checks, synthetic-media metadata.
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
By
Comments
Sign in to leave a comment