← Back to Plugins
MCP Server MCP

io.github.wmarceau/youtube-creator

github By github 👁 1 views ▲ 0 votes

YouTube automation: upload videos, Shorts, manage playlists, get analytics

Homepage Verified source GitHub

Install

uvx youtube-creator-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "youtube-creator-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to OAuth client secrets JSON from Google Cloud Console",
          "name": "YOUTUBE_CREDENTIALS_PATH"
        },
        {
          "description": "Path to store OAuth token (defaults to ~/.google/youtube_token.pickle)",
          "name": "YOUTUBE_TOKEN_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...