플레이리스트-MCP
이는 Youtube 재생 목록의 대본을 제공하는 실험적 MCP 서버입니다.
현재 KubeCon London 2025 대본이 미리 로드되어 있습니다. URL을 변경하여 변경할 수 있습니다.

설치하다
지엑스피1
Related MCP server: YouTube MCP Integration
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"
]
}
}
}