/ Directorio / Playground / yutu
● Comunidad 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 qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

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

Instalar

Elige tu 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"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: yutu

Use yutu for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Cuándo usarlo: You need the capability: Fully functional MCP server automating YouTube operations - uploads, playlist management, and analytics.

Requisitos previos
  • MCP server installed — See https://github.com/eat-pray-ai/yutu for install instructions
Flujo
  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.

Errores comunes
  • 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

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills