YouTube Shorts Agent
About
Agent-first YouTube Shorts uploader: dry-run validation, OAuth checks, synthetic-media metadata.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
YOUTUBE_DRY_RUN YOUTUBE_CLIENT_ID YOUTUBE_CLIENT_SECRETClaude Code
claude mcp add --env YOUTUBE_DRY_RUN= --env YOUTUBE_CLIENT_ID= --env YOUTUBE_CLIENT_SECRET= youtube-shorts-agent -- npx youtube-shorts-agent
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"youtube-shorts-agent","command":"npx","args":["youtube-shorts-agent"],"env":{"YOUTUBE_DRY_RUN":"","YOUTUBE_CLIENT_ID":"","YOUTUBE_CLIENT_SECRET":""}}'
JSON
{
"mcpServers": {
"youtube-shorts-agent": {
"command": "npx",
"args": [
"youtube-shorts-agent"
],
"env": {
"YOUTUBE_DRY_RUN": "",
"YOUTUBE_CLIENT_ID": "",
"YOUTUBE_CLIENT_SECRET": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.