Playlist-MCP

Apache 2.0
1
  • Apple

Integrations

  • Makes transcripts of YouTube videos from a playlist available, allowing access to video content in text form

播放列表-MCP

这是一个实验性的 MCP 服务器,可以提供 Youtube 播放列表的文字记录。

目前已预加载 2025 年伦敦 KubeCon 会议记录。您可以通过更改 URL 来更改此设置。

安装

# 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

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

一个实验性的 MCP 服务器,它使 AI 助手能够使用 YouTube 播放列表记录,从而实现有关视频内容的搜索和对话。

  1. Install
    1. Setup for Claude Desktop
      ID: 1lgwh17t9m