Skip to main content
Glama

YouTube MCP 服务器

使用yt-dlp从 YouTube 下载字幕,并通过模型上下文协议 (MCP)将其连接到 claude.ai。您可以尝试让 Claude 总结一下 YouTube 视频的内容。需要本地安装yt-dlp例如通过 Homebrew 安装。

我怎样才能让它工作?

安装yt-dlp (Homebrew 和 WinGet 都很好用)

# macOS
brew install yt-dlp

# Windows
winget install yt-dlp

参数

  • url :YouTube 视频 URL(必填)

  • language :字幕语言代码(可选,默认值:'ja')

    • 使用ISO 639-1语言代码

    • 通用语言代码:

      • ja :日语

      • en :英语

      • ko :韩语

      • zh :中文

      • fr :法语

    • 注意:如果指定语言的字幕不存在,则会发生错误

例子

{
  "mcpServers": {
    "youtube": {
      "command": "npx",
      "args": ["-y", "@kazuph/mcp-youtube"]
    }
  }
}
Install Server
A
license - permissive license
B
quality
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazuph/mcp-youtube'

If you have feedback or need assistance with the MCP directory API, please join our Discord server