yutu

The AI-powered toolkit that grows your YouTube channel on autopilot

CLI · MCP Server · AI Agent — Automate your entire YouTube workflow

$

AI Agent

Autonomous multi-agent system that grows your channel on autopilot

A2A

MCP Server

YouTube in your IDE — chat to manage your channel

Claude Desktop OpenCode Cursor

CLI

30+ commands — script, automate, and scale your workflow

GitHub Actions Docker

Get Started in Minutes

1

Install

              
                # macOS
                brew install yutu

                # Windows
                winget install yutu

                # Linux
                curl -sSfL https://raw.githubusercontent.com/eat-pray-ai/yutu/main/scripts/install.sh | bash
              
            
2

Authenticate

              
                yutu auth --credential client_secret.json
              
            
3

Install Skills

              
                npx skills add https://github.com/eat-pray-ai/yutu/tree/main/skills
              
            
4

Use as CLI, MCP Server, or Agent

              
                # CLI: Upload a video
                yutu video insert --file video.mp4 --title "My Video"

                # MCP: Add to your AI editor config
                { "yutu": { "command": "yutu", "args": ["mcp"] } }

                # Agent: Start A2A agent
                yutu agent --args "web api a2a webui"