mcp.film / Review & Distribution / yutu (YouTube MCP + CLI)
yutu (YouTube MCP + CLI)
Automate your whole YouTube channel — including real video uploads — via OAuth.
What it does
A Go-based CLI, MCP server, and agent toolkit for YouTube that automates the full workflow: uploading videos, editing metadata, managing playlists, comments, captions, and thumbnails. The only well-maintained MCP option that does real YouTube uploads via OAuth — there is no official Google/YouTube MCP as of June 2026.
Connect
claude mcp add youtube-yutu -- yutu mcp
{
"mcpServers": {
"youtube-yutu": {
"command": "yutu",
"args": [
"mcp"
],
"env": {
"YUTU_CREDENTIAL": "YOUR_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"youtube-yutu": {
"command": "yutu",
"args": [
"mcp"
],
"env": {
"YUTU_CREDENTIAL": "YOUR_KEY_HERE"
}
}
}
}
YUTU_CREDENTIAL — Google Cloud Console: enable YouTube Data API v3, create an OAuth client, download client_secret.json, then run yutu auth once
Field notes
496 stars, Apache-2.0, pushed Jun 2026 with regular releases. Quota caveat: videos.insert costs 1,600 units → ~6 uploads/day on the default 10k quota, and unverified API projects can only upload private videos until Google audits the project. Lighter upload-only alternative: anwerj/youtube-uploader-mcp.
Pairs well with
Airtable MCP ServerAirtable
Official
Official hosted Airtable MCP: query, create, and update production-tracking bases.
Dropbox MCP ServerDropbox
Official
Dropbox's official remote MCP (beta) for dailies, footage folders, and file ops.
Google Drive MCPGoogle
Official
Google's official remote Drive MCP: search, read, and create files with Workspace governance.