Skip to main content
Glama

mcp-server-youtube-transcript

by kimtaeyoon83

YouTube 대본 서버

YouTube 동영상의 대본을 검색할 수 있는 모델 컨텍스트 프로토콜 서버입니다. 이 서버는 간단한 인터페이스를 통해 동영상 캡션과 자막에 직접 접근할 수 있도록 지원합니다.

Smithery를 통해 설치

Smithery 를 통해 Claude Desktop용 YouTube 대본 서버를 자동으로 설치하는 방법:

지엑스피1

구성 요소

도구

  • get_transcript
    • YouTube 동영상에서 대본 추출
    • 입력:
      • url (문자열, 필수): YouTube 비디오 URL 또는 비디오 ID
      • lang (문자열, 선택 사항, 기본값: "en"): 대본에 대한 언어 코드(예: 'ko', 'en')

주요 특징

  • 다양한 비디오 URL 형식 지원
  • 언어별 대본 검색
  • 응답의 자세한 메타데이터

구성

Claude Desktop과 함께 사용하려면 다음 서버 구성을 추가하세요.

{ "mcpServers": { "youtube-transcript": { "command": "npx", "args": ["-y", "@kimtaeyoon83/mcp-server-youtube-transcript"] } } }

도구를 통해 설치

mcp-get 모델 컨텍스트 프로토콜(MCP) 서버를 설치하고 관리하기 위한 명령줄 도구입니다.

npx @michaellatman/mcp-get@latest install @kimtaeyoon83/mcp-server-youtube-transcript

어썸-mcp-서버

awesome-mcp-servers 엄선된 멋진 모델 컨텍스트 프로토콜(MCP) 서버 목록입니다.

개발

필수 조건

  • Node.js 18 이상
  • npm 또는 yarn

설정

종속성 설치:

npm install

서버를 빌드하세요:

npm run build

자동 재빌드를 사용한 개발의 경우:

npm run watch

테스트

npm test

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 개발에는 MCP Inspector를 사용하는 것이 좋습니다.

npm run inspector

오류 처리

서버는 일반적인 시나리오에 대해 강력한 오류 처리를 구현합니다.

  • 잘못된 비디오 URL 또는 ID
  • 사용할 수 없는 대본
  • 언어 가용성 문제
  • 네트워크 오류

사용 예

  1. 비디오 URL로 대본 받기:
await server.callTool("get_transcript", { url: "https://www.youtube.com/watch?v=VIDEO_ID", lang: "en" });
  1. 비디오 ID로 대본 받기:
await server.callTool("get_transcript", { url: "VIDEO_ID", lang: "ko" });
  1. Claude 데스크톱 앱에서 YouTube 자막을 추출하는 방법
chat: https://youtu.be/ODaHJzOyVCQ?si=aXkJgso96Deri0aB Extract subtitles

보안 고려 사항

서버:

  • 모든 입력 매개변수를 검증합니다
  • YouTube API 오류를 정상적으로 처리합니다.
  • 전사본 검색을 위한 시간 초과를 구현합니다.
  • 문제 해결을 위한 자세한 오류 메시지를 제공합니다.

특허

이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

YouTube 동영상의 대본을 검색할 수 있는 모델 컨텍스트 프로토콜 서버입니다. 이 서버는 간단한 인터페이스를 통해 동영상 캡션과 자막에 직접 접근할 수 있도록 지원합니다.

  1. Smithery를 통해 설치
    1. 구성 요소
      1. 도구
    2. 주요 특징
      1. 구성
        1. 도구를 통해 설치
          1. 어썸-mcp-서버
            1. 개발
              1. 필수 조건
              2. 설정
              3. 테스트
              4. 디버깅
            2. 오류 처리
              1. 사용 예
                1. 보안 고려 사항
                  1. 특허

                    Related MCP Servers

                    • -
                      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
                      F
                      license
                      -
                      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 -
                      6
                      1
                      TypeScript
                    • -
                      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

                    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/kimtaeyoon83/mcp-server-youtube-transcript'

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