← Back to Plugins
MCP Server MCP

yutu

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @eat-pray-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@eat-pray-ai/yutu",
      "version": "0.10.11-dev3",
      "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.11-dev3",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...