Agent-first YouTube Shorts uploader: dry-run validation, OAuth checks, synthetic-media metadata.
claude mcp add youtube-shorts-agent -- npx -y youtube-shorts-agent
claude_desktop_config.json
{
"mcpServers": {
"youtube-shorts-agent": {
"command": "npx",
"args": [
"-y",
"youtube-shorts-agent"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"youtube-shorts-agent": {
"command": "npx",
"args": [
"-y",
"youtube-shorts-agent"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"youtube-shorts-agent": {
"command": "npx",
"args": [
"-y",
"youtube-shorts-agent"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"youtube-shorts-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"youtube-shorts-agent"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"youtube-shorts-agent": {
"command": "npx",
"args": [
"-y",
"youtube-shorts-agent"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.davidmosiah--youtube-shorts-agent/reviews or the review_server meta-tool.
POST /mcp