← Index

io.github.miller-joe/youtube-mcp

io.github.miller-joe/youtube-mcp·v0.1.2·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "youtube-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@miller-joe/youtube-mcp"
      ],
      "env": {
        "YOUTUBE_CLIENT_ID": "<youtube_client_id>",
        "YOUTUBE_CLIENT_SECRET": "<your-youtube_client_secret>",
        "YOUTUBE_CLIENT_SECRET_FILE": "<youtube_client_secret_file>",
        "YOUTUBE_TOKEN_FILE": "<youtube_token_file>",
        "COMFYUI_URL": "<comfyui_url>",
        "COMFYUI_DEFAULT_CKPT": "<comfyui_default_ckpt>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "youtube-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@miller-joe/youtube-mcp"
      ],
      "env": {
        "YOUTUBE_CLIENT_ID": "<youtube_client_id>",
        "YOUTUBE_CLIENT_SECRET": "<your-youtube_client_secret>",
        "YOUTUBE_CLIENT_SECRET_FILE": "<youtube_client_secret_file>",
        "YOUTUBE_TOKEN_FILE": "<youtube_token_file>",
        "COMFYUI_URL": "<comfyui_url>",
        "COMFYUI_DEFAULT_CKPT": "<comfyui_default_ckpt>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @miller-joe/youtube-mcp
§02  Environment variables
YOUTUBE_CLIENT_ID
required

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

YOUTUBE_CLIENT_SECRET
requiredsecret

Google OAuth 2.0 Client Secret. Pair with YOUTUBE_CLIENT_ID.

YOUTUBE_CLIENT_SECRET_FILE

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

YOUTUBE_TOKEN_FILE

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

COMFYUI_URL

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

COMFYUI_DEFAULT_CKPT

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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other