Skip to main content
Glama

YouTube Integration

YouTube統合

YouTube MCP サーバーは、YouTube 動画からトランスクリプトを抽出する機能を提供します。

利用可能なツール

ユーチューブのトランスクリプトを取得する

YouTube ビデオからトランスクリプト テキストを取得します。

パラメータ:

  • videoUrl : YouTube 動画の完全な URL (標準 URL、短縮 URL、埋め込み URL をサポート)

戻り値: 次のものを含むオブジェクト:

  • content : トランスクリプトテキストの配列

URL サポート

複数の YouTube URL 形式を処理します:

  • 標準: https://www.youtube.com/watch?v=VIDEO_ID
  • 短縮版: https://youtu.be/VIDEO_ID
  • 埋め込み: https://www.youtube.com/embed/VIDEO_ID

エラー処理

サーバーは標準のエラー処理を実装します。

  • 無効なURLはErrorCode.InvalidParamsを返します
  • URLが見つからない場合はErrorCode.InvalidParamsが返されます
  • トランスクリプトの取得に失敗すると、フォーマットされたエラーメッセージが返されます
  • SIGINT による正常なシャットダウン

技術的な詳細

  • Highlight AI MCP SDKを使用して構築
  • youtube-transcriptライブラリを使用
  • Zodによる入力検証
  • stdioベースのMCPサーバーとして実行
  • Node.js >=18.0.0 をサポート

制限事項

  • 字幕が有効になっている動画でのみ機能します
  • 現在は英語のトランスクリプトのみを返します
  • レート制限はYouTubeのAPI制限に依存します
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

標準、短縮、埋め込み URL 形式をサポートするビデオ URL を提供することで、YouTube ビデオからトランスクリプト テキストを抽出できます。

  1. 利用可能なツール
    1. ユーチューブのトランスクリプトを取得する
  2. URL サポート
    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. This server provides direct access to video captions and subtitles through a simple interface.
            Last updated -
            1
            911
            277
            JavaScript
            MIT License
          • 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
            F
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to extract transcripts from YouTube videos, allowing AI to analyze and work with video content directly.
            Last updated -
            1
            3
            1
            TypeScript
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables retrieval of transcripts from YouTube videos. This server provides direct access to video transcripts and subtitles through a simple interface, making it ideal for content analysis and processing.
            Last updated -
            1
            849
            25
            TypeScript
            MIT License
            • Linux
            • Apple

          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/highlight-ing/highlight-youtube-mcp'

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