MCP ExplorerExplorer

Playlist Mcp

@luebkenon a year ago
1 Apache-2.0
FreeCommunity
AI Systems
An experimental MCP server for accessing YouTube Playlist transcripts.

Overview

What is Playlist Mcp

playlist-mcp is an experimental MCP server designed to provide access to the transcripts of YouTube playlists.

Use cases

Use cases include generating transcripts for video analysis, creating study materials from video content, and enhancing accessibility for hearing-impaired users.

How to use

To use playlist-mcp, clone the repository, install the necessary Python dependencies, and run the server with a specified YouTube playlist URL.

Key features

Key features include the ability to preload transcripts from a specific YouTube playlist and the option to customize the URL for different playlists.

Where to use

playlist-mcp can be used in educational settings, content creation, and research where access to video transcripts is beneficial.

Content

Playlist-MCP

This is an experimental MCP server, which makes the transcripts of a Youtube Playlist available.

It currently is preloaded with the KubeCon London 2025 transcripts. But you can change this by changing the URL.

MCP running in Claude

Install

# Clone this repo
git clone [email protected]:luebken/playlist-mcp.git; cd playlist-mcp

# Install python dependencies
uv venv
source .venv/bin/activate
uv pip install -e .

# Fill the transcript cache and vector db.
uv run server.py https://www.youtube.com/playlist?list=PLj6h78yzYM2MP0QhYFK8HOb8UqgbIkLMc

Setup for Claude Desktop

# Configure for Claude > Settings > Developer > Edit Config
# /Users/YOUR_USERNAME/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
      "playlist-mcp": {
          "command": "uv",
          "args": [
              "--directory",
              "/PATH/TO/PARENT/playlist-mcp/",
              "run",
              "server.py",
              "https://www.youtube.com/playlist?list=PLj6h78yzYM2MP0QhYFK8HOb8UqgbIkLMc"
          ]
      }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers