Back to MCP Servers
🔌

eat-pray-ai/yutu

Apache-2.0API key required

🏎️ 🏠 🍎 🐧 🪟 - A fully functional MCP server and CLI for YouTube to automate YouTube operation

GoAI & LLMs

Install

npx -y skills

Required environment variables

YUTU_CACHE_TOKENSet in your MCP config
YUTU_LLM_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "eat-pray-ai-yutu": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ],
      "env": {
        "YUTU_CACHE_TOKEN": "<YOUR_YUTU_CACHE_TOKEN>",
        "YUTU_LLM_API_KEY": "<YOUR_YUTU_LLM_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.