Skip to content
Windsurf

YouTube Shorts Agent for Windsurf

io.github.davidmosiah/youtube-shorts-agent

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

client:Windsurf transport:stdio runtime:npm

Install YouTube Shorts Agent in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "youtube-shorts-agent": {
      "command": "npx",
      "args": [
        "-y",
        "youtube-shorts-agent"
      ],
      "env": {
        "YOUTUBE_DRY_RUN": "<YOUTUBE_DRY_RUN>",
        "YOUTUBE_CLIENT_ID": "<YOUTUBE_CLIENT_ID>",
        "YOUTUBE_CLIENT_SECRET": "<YOUTUBE_CLIENT_SECRET>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

YouTube Shorts Agent in other clients