Back to MCP directory
publicPublicdnsLocal runtime

mcp-youtube

通过yt-dlp下载YouTube字幕并通过MCP协议连接Claude.ai进行视频内容分析

article

README

🚀 YouTube 视频字幕服务器

本项目借助 yt-dlp 从 YouTube 下载字幕,并通过 模型上下文协议 与 claude.ai 建立连接。你可以通过询问克劳德“总结一下这个 YouTube 视频 <>”来对其进行测试。不过,你需要在本地安装 yt-dlp,可通过 Homebrew 或 WinGet 进行安装。

🚀 快速开始

安装步骤

  1. 安装 yt-dlp,推荐使用 Homebrew 或 WinGet 进行安装。
  2. 借助 mcp-installer,使用名称 @anaisbetts/mcp-youtube 完成安装。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client