Skip to content
Grok

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)

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

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

youtube creator in other clients