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
{
"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