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

これは、YouTube プレイリストのトランスクリプトを利用できるようにする実験的な MCP サーバーです。

現在、KubeCon London 2025のトランスクリプトがプリロードされています。ただし、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デスクトップのセットアップ

# 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

YouTube プレイリストのトランスクリプトを AI アシスタントで利用できるようにし、ビデオ コンテンツの検索と会話を可能にする実験的な MCP サーバーです。

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