← Index

yutu

io.github.eat-pray-ai/yutu·vv0.10.8-dev1·Other
Quality Score
80
/100

A fully functional MCP server and CLI for YouTube

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "yutu": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/eat-pray-ai/yutu:v0.10.8-dev1"
      ],
      "env": {
        "YUTU_CREDENTIAL": "<your-yutu_credential>",
        "YUTU_CACHE_TOKEN": "<your-yutu_cache_token>",
        "YUTU_LOG_LEVEL": "INFO"
      }
    }
  }
}
§02  Environment variables
YUTU_CREDENTIAL
requiredsecret

GCP project credential for yutu, base64 encoded JSON or path to JSON file

YUTU_CACHE_TOKEN
requiredsecret

YouTube authentication token, base64 encoded JSON or path to JSON file

YUTU_LOG_LEVEL

Log level

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
0
§04  Alternatives in Other