Skip to content
Zed

youtube creator for Zed

io.github.wmarceau/youtube-creator

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

client:Zed transport:stdio runtime:pypi

Install youtube creator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "youtube-creator": {
      "command": "uvx",
      "args": [
        "youtube-creator-mcp"
      ],
      "env": {
        "YOUTUBE_CREDENTIALS_PATH": "<YOUTUBE_CREDENTIALS_PATH>",
        "YOUTUBE_TOKEN_PATH": "<YOUTUBE_TOKEN_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

youtube creator in other clients