Skip to main content
Glama

MCP YouTube Server

MCP YouTube サーバー

YouTube コンテンツをダウンロード、処理、管理するためのメディア コンテンツ プロセッサ (MCP) サーバー。

特徴

  • 品質を選択してYouTube動画をダウンロード
  • ビデオを処理する(形式の変換、解像度の変更、圧縮)
  • ビデオメタデータの抽出
  • ダウンロードしたコンテンツを管理する

インストール

前提条件

  • Node.js (v14以上)
  • MongoDB(オプション、コンテンツ管理用)

設定

  1. このリポジトリをローカル マシンにクローンします。
    git clone https://github.com/DimitriGeelen/mcp-youtube.git cd mcp-youtube
  2. 依存関係をインストールします:
    npm install
  3. .env.exampleに基づいて.envファイルを作成します。
    cp .env.example .env
  4. .envファイルを編集して環境を設定します

サーバーの実行

npm start

自動再起動を使用した開発の場合:

npm run dev

APIエンドポイント

YouTubeオペレーション

  • GET /api/youtube/info/:videoId - 動画のメタデータを取得する
  • POST /api/youtube/download - ビデオをダウンロードする
  • POST /api/youtube/process - ダウンロードしたビデオを処理する
  • GET /api/youtube/videos - ダウンロードした動画の一覧を取得する

ライセンス

マサチューセッツ工科大学

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

ビデオ品質の選択、形式の変換、メタデータの抽出などの機能を備えた YouTube コンテンツをダウンロード、処理、管理するためのサーバーです。

  1. 特徴
    1. インストール
      1. 前提条件
      2. 設定
      3. サーバーの実行
    2. APIエンドポイント
      1. YouTubeオペレーション
    3. ライセンス

      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
        526
        189
        JavaScript
        MIT License
      • -
        security
        -
        license
        -
        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 -
        Python
        MIT License
      • 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
        258
        10
        TypeScript
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that analyzes YouTube videos, enabling users to extract transcripts, generate summaries, and query video content using Gemini AI.
        Last updated -
        7
        Python
        • 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/DimitriGeelen/mcp-youtube'

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