Loading MCP server directory, please wait...
MCP server for YouTube creator-ops with a ComfyUI bridge for AI thumbnail generation.
npx @getmcp/cli add io.github.miller-joe/youtube-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
YOUTUBE_CLIENT_IDGoogle OAuth 2.0 Client ID (from Google Cloud Console, Desktop app type). See README for setup.
YOUTUBE_CLIENT_SECRETGoogle OAuth 2.0 Client Secret. Pair with YOUTUBE_CLIENT_ID.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.miller-joe/youtube-mcp": {
"command": "npx",
"args": [
"-y",
"@miller-joe/youtube-mcp"
],
"env": {
"YOUTUBE_CLIENT_ID": "",
"YOUTUBE_CLIENT_SECRET": "",
"YOUTUBE_CLIENT_SECRET_FILE": "",
"YOUTUBE_TOKEN_FILE": "",
"COMFYUI_URL": "",
"COMFYUI_DEFAULT_CKPT": ""
}
}
}
}