youtube creator for Grok
io.github.wmarceau/youtube-creator
YouTube automation: upload videos, Shorts, manage playlists, get analytics
client:Grok
transport:stdio
runtime:pypi
Install youtube creator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"youtube-creator": {
"type": "stdio",
"command": "uvx",
"args": [
"youtube-creator-mcp"
],
"env": {
"YOUTUBE_CREDENTIALS_PATH": "<YOUTUBE_CREDENTIALS_PATH>",
"YOUTUBE_TOKEN_PATH": "<YOUTUBE_TOKEN_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs