/ Diretório / Playground / yutu
● Comunidade eat-pray-ai ⚡ Instantâneo

yutu

por eat-pray-ai · eat-pray-ai/yutu

Fully functional MCP server automating YouTube operations - uploads, playlist management, and analytics.

yutu is a Model Context Protocol server by eat-pray-ai. Fully functional MCP server automating YouTube operations - uploads, playlist management, and analytics. See the source repo for setup, supported clients, and configuration details.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

yutu-youtube-mcp.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "yutu-youtube-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/eat-pray-ai/yutu"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "yutu-youtube-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/eat-pray-ai/yutu"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "yutu-youtube-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/eat-pray-ai/yutu"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "yutu-youtube-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/eat-pray-ai/yutu"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "yutu-youtube-mcp",
      "command": "TODO",
      "args": [
        "See README: https://github.com/eat-pray-ai/yutu"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "yutu-youtube-mcp": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/eat-pray-ai/yutu"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add yutu-youtube-mcp -- TODO 'See README: https://github.com/eat-pray-ai/yutu'

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: yutu

Use yutu for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Quando usar: You need the capability: Fully functional MCP server automating YouTube operations - uploads, playlist management, and analytics.

Pré-requisitos
  • MCP server installed — See https://github.com/eat-pray-ai/yutu for install instructions
Fluxo
  1. Install
    Install yutu following the README at https://github.com/eat-pray-ai/yutu✓ Copiado
    → MCP server appears in your client's available tools/skills
  2. Invoke
    Use yutu to complete the task described in its docs.✓ Copiado
    → Agent calls the relevant tool/skill and returns a result

Resultado: Working integration with the capabilities advertised by the project.

Armadilhas
  • README is the source of truth; details here may lag upstream — Check https://github.com/eat-pray-ai/yutu for the latest setup steps and tool list

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills