/ Annuaire / Playground / NotebookLM YouTube Skill
● Communauté BayramAnnakov ⚡ Instantané

NotebookLM YouTube Skill

par BayramAnnakov · BayramAnnakov/notebooklm-youtube-skill

Automate NotebookLM notebook creation from YouTube videos — research, source-add, audio overviews.

Automate NotebookLM notebook creation from YouTube videos — research, source-add, audio overviews.

Démo en direct

Aperçu en pratique

notebooklm-youtube-skill.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "notebooklm-youtube-skill": {
      "command": "npx",
      "args": [
        "-y",
        "notebooklm-youtube-skill"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "notebooklm-youtube-skill": {
      "command": "npx",
      "args": [
        "-y",
        "notebooklm-youtube-skill"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "notebooklm-youtube-skill": {
      "command": "npx",
      "args": [
        "-y",
        "notebooklm-youtube-skill"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "notebooklm-youtube-skill": {
      "command": "npx",
      "args": [
        "-y",
        "notebooklm-youtube-skill"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "notebooklm-youtube-skill",
      "command": "npx",
      "args": [
        "-y",
        "notebooklm-youtube-skill"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "notebooklm-youtube-skill": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "notebooklm-youtube-skill"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add notebooklm-youtube-skill -- npx -y notebooklm-youtube-skill

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : NotebookLM YouTube Skill

Get started with NotebookLM YouTube Skill

Quand l'utiliser : When you want to bring NotebookLM YouTube Skill into your Claude workflow.

Déroulement
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use NotebookLM YouTube Skill to help me with a task.✓ Copié

Résultat : Claude can interact with NotebookLM YouTube Skill directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills