HomeBrowser Automation & Scraping › yutu

yutu

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

Go Local macOSWindowsLinux
★ 692 stars Last pushed 2026-09-22 License: Apache-2.0

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.10.11-dev3)

npx -y @eat-pray-ai/yutu@0.10.11-dev3

Or add to your MCP client config:

{
  "mcpServers": {
    "yutu": {
      "command": "npx",
      "args": [
        "-y",
        "@eat-pray-ai/yutu@0.10.11-dev3"
      ],
      "env": {
        "YUTU_CREDENTIAL": "<YOUR_VALUE>",
        "YUTU_CACHE_TOKEN": "<YOUR_VALUE>",
        "YUTU_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • YUTU_CREDENTIAL required secret — GCP project credential for yutu, Base64 encoded JSON or path to JSON file
  • YUTU_CACHE_TOKEN required secret — YouTube authentication token, Base64 encoded JSON or path to JSON file
  • YUTU_LOG_LEVEL — Log level

This server takes extra arguments — see its repository.

Package (npm 0.10.11-dev3)

Package: npm @eat-pray-ai/yutu

  • YUTU_CREDENTIAL required secret — GCP project credential for yutu, Base64 encoded JSON or path to JSON file
  • YUTU_CACHE_TOKEN required secret — YouTube authentication token, Base64 encoded JSON or path to JSON file
  • YUTU_LOG_LEVEL — Log level

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry