Skip to main content
Glama

@kazuph/mcp-youtube

by kazuph

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
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

适用于日本 YouTube 的模型上下文协议服务器

  1. 我怎样才能让它工作?
    1. 参数
      1. 例子

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables retrieval of transcripts from YouTube videos with language-specific support.
          Last updated -
          1
          911
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables access to YouTube video content through transcripts, translations, summaries, and subtitle generation in various languages.
          Last updated -
          5
          1
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables searching YouTube videos, retrieving and storing transcripts, and performing semantic search over video content without using the official YouTube API.
          Last updated -
          5
          Python
          MIT License
        • A
          security
          F
          license
          A
          quality
          A server that enables interaction with YouTube data through the Model Context Protocol, allowing users to search videos, retrieve detailed information about videos/channels, and fetch comments.
          Last updated -
          12
          5
          4
          JavaScript

        View all related MCP servers

        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