Skip to main content
Glama

Playlist-MCP

by luebken
README.md1.11 kB
# 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](claude.png) ## Install ```sh # 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 ```sh # 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" ] } } } ```

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