Back to Browse

Youtube Shorts Agent MCP Server

Content & MediaLow Risk10.0Local
Free

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Set to false only when the agent should perform live YouTube upload operations. Defaults to dry-run behavior.Optional

Environment variable: YOUTUBE_DRY_RUN

Google OAuth client ID. Optional until OAuth or live upload flows are used.Optional

Environment variable: YOUTUBE_CLIENT_ID

Google OAuth client secret. Keep local and do not expose it to agents.Required

Environment variable: YOUTUBE_CLIENT_SECRET

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-davidmosiah-youtube-shorts-agent": {
      "env": {
        "YOUTUBE_DRY_RUN": "your-youtube-dry-run-here",
        "YOUTUBE_CLIENT_ID": "your-youtube-client-id-here",
        "YOUTUBE_CLIENT_SECRET": "your-youtube-client-secret-here"
      },
      "args": [
        "-y",
        "youtube-shorts-agent"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Youtube Shorts Agent MCP Server - Agent-first YouTube Shorts uploader: dry-run validation, | MCP Marketplace