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