YouTube Shorts Agent MCP Server
io.github.davidmosiah/youtube-shorts-agent
What is the YouTube Shorts Agent MCP server?
Agent-first YouTube Shorts uploader: dry-run validation, OAuth checks, synthetic-media metadata.
How to install YouTube Shorts Agent
Copy-paste configuration for popular MCP clients.
YOUTUBE_DRY_RUNSet to false only when the agent should perform live YouTube upload operations. Defaults to dry-run behavior.
YOUTUBE_CLIENT_IDGoogle OAuth client ID. Optional until OAuth or live upload flows are used.
YOUTUBE_CLIENT_SECRETsecretGoogle OAuth client secret. Keep local and do not expose it to agents.
{
"mcpServers": {
"youtube-shorts-agent": {
"command": "npx",
"args": [
"-y",
"youtube-shorts-agent"
],
"env": {
"YOUTUBE_DRY_RUN": "<YOUR_YOUTUBE_DRY_RUN>",
"YOUTUBE_CLIENT_ID": "<YOUR_YOUTUBE_CLIENT_ID>",
"YOUTUBE_CLIENT_SECRET": "<YOUR_YOUTUBE_CLIENT_SECRET>"
}
}
}
}{
"mcpServers": {
"youtube-shorts-agent": {
"command": "npx",
"args": [
"-y",
"youtube-shorts-agent"
],
"env": {
"YOUTUBE_DRY_RUN": "<YOUR_YOUTUBE_DRY_RUN>",
"YOUTUBE_CLIENT_ID": "<YOUR_YOUTUBE_CLIENT_ID>",
"YOUTUBE_CLIENT_SECRET": "<YOUR_YOUTUBE_CLIENT_SECRET>"
}
}
}
}{
"mcpServers": {
"youtube-shorts-agent": {
"command": "npx",
"args": [
"-y",
"youtube-shorts-agent"
],
"env": {
"YOUTUBE_DRY_RUN": "<YOUR_YOUTUBE_DRY_RUN>",
"YOUTUBE_CLIENT_ID": "<YOUR_YOUTUBE_CLIENT_ID>",
"YOUTUBE_CLIENT_SECRET": "<YOUR_YOUTUBE_CLIENT_SECRET>"
}
}
}
}{
"servers": {
"youtube-shorts-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"youtube-shorts-agent"
],
"env": {
"YOUTUBE_DRY_RUN": "<YOUR_YOUTUBE_DRY_RUN>",
"YOUTUBE_CLIENT_ID": "<YOUR_YOUTUBE_CLIENT_ID>",
"YOUTUBE_CLIENT_SECRET": "<YOUR_YOUTUBE_CLIENT_SECRET>"
}
}
}
}claude mcp add youtube-shorts-agent --env YOUTUBE_DRY_RUN=<YOUR_YOUTUBE_DRY_RUN> --env YOUTUBE_CLIENT_ID=<YOUR_YOUTUBE_CLIENT_ID> --env YOUTUBE_CLIENT_SECRET=<YOUR_YOUTUBE_CLIENT_SECRET> -- npx -y youtube-shorts-agentRelated MCP servers
Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents
Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.
Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.
Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.
Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.
Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.