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.

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"
]
}
}
}
Recommend MCP Servers 💡
@arabold/docs-mcp-server
A MCP server for fetching, processing, indexing, and searching documentation for various software libraries and packages.
ccassini/DEVNADS-Monad-TESNET-MCP-Tools
A Model Context Protocol server for interacting with the Monad blockchain testnet, offering features like wallet balance checking, network info, transaction details, token transfers, and staking.
@just-every/mcp-screenshot-website-fast
Quickly screenshots webpages and converts to an LLM friendly size
@arizeai/phoenix-mcp
Phoenix is an open-source AI observability platform for experimentation, evaluation, and troubleshooting of LLM applications. Its MCP server provides a unified interface to Phoenix's capabilities, enabling tracing, evaluation, and prompt management.
backlog-mcp-server
An MCP server for interacting with the Backlog API to manage projects, issues, wiki pages, and more through AI agents.
Meerkats-Ai/prospeo-mcp-server
An MCP server integrating Prospeo API for email finding and LinkedIn profile enrichment.