Skip to main content
Glama

@kazuph/mcp-youtube

by kazuph

YouTube MCP サーバー

yt-dlpを使用して YouTube から字幕をダウンロードし、 Model Context Protocolを介して claude.ai に接続します。Claude に「YouTube 動画 <> の要約を作って」と尋ねて試してみてください。Homebrew などを使用して、 yt-dlpローカルにインストールする必要があります。

これを動作させるにはどうすればよいですか?

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"] } } }
Deploy 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 用モデルコンテキストプロトコルサーバ (Jp)

  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
          361
          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
          3
          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 -
          6
          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
          2
          6

        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