Skip to main content
Glama

Playlist-MCP

by luebken

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 git@github.com: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" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

An experimental MCP server that makes YouTube playlist transcripts available for AI assistants, enabling search and conversation about video content.

  1. Install
    1. Setup for Claude Desktop

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        An MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.
        Last updated -
        6
        1
        JavaScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that enables LLMs to search YouTube, retrieve video information, and access video transcripts through standardized tools.
        Last updated -
        TypeScript
      • A
        security
        F
        license
        A
        quality
        A simple MCP server that allows AI assistants like Cursor or Claude Desktop to search for and play tracks on YouTube Music through natural language commands.
        Last updated -
        2
        12
        5
        TypeScript
      • A
        security
        F
        license
        A
        quality
        An MCP server that provides AI assistants with powerful tools to interact with YouTube, including video searching, transcript extraction, comment retrieval, and more.
        Last updated -
        8
        15
        Python
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/luebken/playlist-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server