MCP server for YouTube creator-ops with a ComfyUI bridge for AI thumbnail generation.

Streamable HTTPcommunityservice

Package Details

TransportStreamable HTTP

Environment Variables

YOUTUBE_CLIENT_ID(str)
Required

Google OAuth 2.0 Client ID (from Google Cloud Console, Desktop app type). See README for setup.

YOUTUBE_CLIENT_SECRET(str)
RequiredSecret

Google OAuth 2.0 Client Secret. Pair with YOUTUBE_CLIENT_ID.

YOUTUBE_CLIENT_SECRET_FILE(str)

Alternative to CLIENT_ID/CLIENT_SECRET: path to the JSON credentials file downloaded from Google Cloud.

YOUTUBE_TOKEN_FILE(str)

Refresh token storage path. Default: ~/.config/youtube-mcp/token.json

COMFYUI_URL(str)

ComfyUI HTTP URL for the generate_and_set_thumbnail bridge tool. When unset, that tool is disabled.

COMFYUI_DEFAULT_CKPT(str)

Default ComfyUI checkpoint filename for bridge tool (default: sd_xl_base_1.0.safetensors)