Skip to main content
Glama

YouTube Integration

YouTube 통합

YouTube MCP 서버는 YouTube 비디오에서 대본을 추출하는 기능을 제공합니다.

사용 가능한 도구

유튜브 대본 받기

YouTube 비디오에서 대본 텍스트를 검색합니다.

매개변수 :

  • videoUrl : 전체 YouTube 비디오 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
            526
            189
            JavaScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            This server retrieves transcripts for given YouTube video URLs, enabling integration with Goose CLI or Goose Desktop for transcript extraction and processing.
            Last updated -
            1
            29
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables retrieval of transcripts from YouTube videos with language-specific support.
            Last updated -
            526
            MIT License
          • -
            security
            -
            license
            -
            quality
            Enables interaction with YouTube videos by extracting metadata, captions in multiple languages, and converting content to markdown with various templates.
            Last updated -
            TypeScript

          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