Skip to main content
Glama

YouTube Transcript MCP Server

YouTube 대본 MCP 서버

이 MCP 서버는 주어진 YouTube 비디오 URL에 대한 대본을 검색합니다.

도구

이 MCP 서버는 다음과 같은 도구를 제공합니다.

get_transcript

지정된 YouTube 비디오의 대본을 가져옵니다.

매개변수
  • url (문자열) : YouTube 동영상의 전체 URL입니다. 이 필드는 필수입니다.
  • lang (문자열, 선택 사항) : 스크립트에 사용할 언어입니다. 지정하지 않으면 기본값은 en 입니다.

설치

Goose CLI의 경우

Goose CLI에서 YouTube 대본 확장 기능을 활성화하려면 구성 파일 ~/.config/goose/config.yaml 편집하여 다음 항목을 포함하세요.

지엑스피1

Goose Desktop용

다음 설정으로 새로운 확장 프로그램을 추가합니다.

  • 유형 : 표준 IO
  • ID : youtube-transcript
  • 이름 : 유튜브 대본
  • 설명 : YouTube 동영상의 대본을 검색합니다.
  • 명령어 : uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript

Goose Desktop에서 MCP 서버를 구성하는 방법에 대한 자세한 내용은 다음 설명서를 참조하세요: 확장 기능 사용 - MCP 서버 .

클로드 데스크탑용

Claude Desktop에 맞게 이 서버를 구성하려면 mcpServers 아래에 다음 항목을 추가하여 claude_desktop_config.json 파일을 편집합니다.

{ "mcpServers": { "youtube-transcript": { "command": "uvx", "args": [ "--from", "git+https://github.com/jkawamoto/mcp-youtube-transcript", "mcp-youtube-transcript" ] } } }

편집 후 애플리케이션을 다시 시작하세요. 자세한 내용은 Claude Desktop 사용자용 - 모델 컨텍스트 프로토콜을 참조하세요.

Smithery를 통해 설치

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

npx -y @smithery/cli install @jkawamoto/mcp-youtube-transcript --client claude

프록시 서버 사용

YouTube 접속이 제한된 환경에서는 프록시 서버를 사용할 수 있습니다.

Webshare를 사용할 때 환경 변수 WEBSHARE_PROXY_USERNAMEWEBSHARE_PROXY_PASSWORD 또는 명령줄 인수 --webshare-proxy-username--webshare-proxy-password 사용하여 Residential Proxy의 사용자 이름과 비밀번호를 설정합니다.

다른 프록시 서버를 사용하는 경우 환경 변수 HTTP_PROXY 또는 HTTPS_PROXY 또는 명령줄 인수 --http-proxy 또는 --https-proxy 사용하여 프록시 서버 URL을 설정합니다.

자세한 내용은 IP 차단 해결 - YouTube 대본 API를 참조하세요.

특허

이 애플리케이션은 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 비디오 URL에 대한 대본을 검색하여 Goose CLI 또는 Goose Desktop과 통합하여 대본을 추출하고 처리할 수 있습니다.

  1. 도구
    1. get_transcript
  2. 설치
    1. Goose CLI의 경우
    2. Goose Desktop용
    3. 클로드 데스크탑용
  3. 프록시 서버 사용
    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
      • -
        security
        F
        license
        -
        quality
        Enables extraction of transcript text from YouTube videos by providing the video URL, supporting standard, shortened, and embed URL formats.
        Last updated -
        1
        JavaScript
      • -
        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
      • 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/jkawamoto/mcp-youtube-transcript'

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