Yutu
CLI plus MCP server that automates YouTube channel workflows: uploads, optimisation, comment management, and playlists.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-18
Yutu is a community MCP server from eat-pray-ai that automates YouTube channel management through the YouTube Data API. It handles uploads, metadata editing, comment moderation, and playlist operations. The maintainer appears to be a solo developer with limited track record. Permissions are broad: it reads local filesystem for video files, writes to YouTube via API (uploads, deletes, comment moderation), and requires API credentials. Supply chain is reasonable via npm with standard install. Transparency is adequate with open source code and basic documentation. The risk profile centres on the scope of YouTube account access: this tool can upload, delete videos, moderate comments, and manage playlists. A compromised API key or malicious update could cause significant channel damage. No known incidents, but the combination of filesystem access and full YouTube write permissions warrants careful credential management.
Green flags
- Published to npm with standard package management
- Open source repository allows code inspection
- Uses official YouTube Data API v3, not scraping
- Clear documentation of required API scopes
- No known security incidents or malicious versions
Red flags
- Solo maintainer with limited public track record
- Full YouTube write access including video deletion and comment moderation
- Filesystem read required for video uploads creates local data exposure risk
- API key stored in env gives persistent channel access if leaked
- Broad permissions across multiple YouTube domains (content, comments, playlists)
Permissions requested
Install
npm i -g @eat-pray-ai/yutu
YOUTUBE_API_KEYReview
Install this if you're managing a YouTube channel with regular uploads or active comment sections and want to script the repetitive bits through Claude. Skip it if you're uploading sporadically or don't want to deal with Google Cloud API setup and quota limits.
Good at
- Bulk video uploads through natural language save real time compared to clicking through YouTube Studio.
- Comment moderation filters let you handle spam or reply to multiple comments without switching contexts.
- Exposes the full YouTube Data API, so you can script workflows that the web UI makes tedious.
- Works as both a CLI and MCP server, so you can test commands outside Claude if needed.
Watch out
- Requires a Google Cloud project and YouTube API key, which adds setup friction for first-time users.
- YouTube's API quota limits mean you'll hit the free tier ceiling quickly if you're uploading more than a handful of videos daily.
- Playlist management feels basic compared to the upload and comment features.
- No built-in quota monitoring, so you'll need to track usage yourself or risk hitting limits mid-workflow.
Use cases
- YouTube channel automation
- bulk video uploads
- metadata optimisation
- comment moderation
Getting started
Works with
Similar MCPs
- DaVinci Resolve MCPFull coverage of the DaVinci Resolve scripting API so agents can drive timelines, edits, colour grading, and media management via Claude.
- Free Will MCPExperimental tools that let an AI give itself prompts, ignore user requests, or go to sleep, for studying autonomy.
- Godot MCPInteracts with the Godot game engine for scene editing, running, debugging, and project management.
- QGIS MCPConnects QGIS Desktop to Claude for prompt-assisted project creation, layer loading, and code execution.