Serversio.github.eat-pray-ai/yutu
Y

yutu

io.github.eat-pray-ai/yutu · v0.10.8
▦ npm
v0.10.8npm npm: @eat-pray-ai/yutu↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.eat-pray-ai/yutu",
  "description": "The AI-powered toolkit that grows your YouTube channel on autopilot",
  "title": "yutu",
  "repository": {
    "url": "https://github.com/eat-pray-ai/yutu",
    "source": "github",
    "id": "643163403"
  },
  "version": "0.10.8",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/eat-pray-ai/yutu/main/assets/yutu-ico.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@eat-pray-ai/yutu",
      "version": "0.10.8",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "stdio",
          "type": "named",
          "name": "--mode"
        }
      ],
      "environmentVariables": [
        {
          "description": "GCP project credential for yutu, base64 encoded JSON or path to JSON file",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YUTU_CREDENTIAL"
        },
        {
          "description": "YouTube authentication token, base64 encoded JSON or path to JSON file",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YUTU_CACHE_TOKEN"
        },
        {
          "description": "Log level",
          "format": "string",
          "default": "INFO",
          "choices": [
            "DEBUG",
            "INFO",
            "WARNING",
            "ERROR"
          ],
          "name": "YUTU_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@eat-pray-ai/yutu",
      "version": "0.10.8",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:{--port}/mcp"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "http",
          "type": "named",
          "name": "--mode"
        },
        {
          "description": "Port to listen on for HTTP mode",
          "default": "8216",
          "type": "named",
          "name": "--port"
        }
      ],
      "environmentVariables": [
        {
          "description": "GCP project credential for yutu, base64 encoded JSON or path to JSON file",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YUTU_CREDENTIAL"
        },
        {
          "description": "YouTube authentication token, base64 encoded JSON or path to JSON file",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YUTU_CACHE_TOKEN"
        },
        {
          "description": "Log level",
          "format": "string",
          "default": "INFO",
          "choices": [
            "DEBUG",
            "INFO",
            "WARNING",
            "ERROR"
          ],
          "name": "YUTU_LOG_LEVEL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}