Back to directory
luebken/playlist-mcp

luebken/playlist-mcp

@luebken

An experimental MCP server that makes transcripts of a YouTube playlist available to LLMs.

youtubetranscriptsplaylistmcp-servercontextllm

Installation & Configuration

{
  "mcpServers": {
    "playlist-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/PATH/TO/PARENT/playlist-mcp/",
        "run",
        "server.py",
        "https://www.youtube.com/playlist?list=PLj6h78yzYM2MP0QhYFK8HOb8UqgbIkLMc"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13