hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
Optional integration for content management of downloaded videos
Allows downloading, processing, and managing YouTube videos with features like quality selection, format conversion, resolution changing, and metadata extraction
MCP YouTube サーバー
YouTube コンテンツをダウンロード、処理、管理するためのメディア コンテンツ プロセッサ (MCP) サーバー。
特徴
- 品質を選択してYouTube動画をダウンロード
- ビデオを処理する(形式の変換、解像度の変更、圧縮)
- ビデオメタデータの抽出
- ダウンロードしたコンテンツを管理する
インストール
前提条件
- Node.js (v14以上)
- MongoDB(オプション、コンテンツ管理用)
設定
- このリポジトリをローカル マシンにクローンします。Copy
- 依存関係をインストールします:Copy
.env.example
に基づいて.env
ファイルを作成します。Copy.env
ファイルを編集して環境を設定します
サーバーの実行
Copy
自動再起動を使用した開発の場合:
Copy
APIエンドポイント
YouTubeオペレーション
GET /api/youtube/info/:videoId
- 動画のメタデータを取得するPOST /api/youtube/download
- ビデオをダウンロードするPOST /api/youtube/process
- ダウンロードしたビデオを処理するGET /api/youtube/videos
- ダウンロードした動画の一覧を取得する
ライセンス
マサチューセッツ工科大学
This server cannot be installed
ビデオ品質の選択、形式の変換、メタデータの抽出などの機能を備えた YouTube コンテンツをダウンロード、処理、管理するためのサーバーです。