Skip to main content
Glama

@kazuph/mcp-youtube

by kazuph

YouTube MCP 서버

yt-dlp 사용하여 YouTube에서 자막을 다운로드하고 Model Context Protocol을 통해 claude.ai에 연결합니다. Claude에게 "YouTube 동영상 요약해 줘 <>"라고 요청하여 시도해 보세요. Homebrew 등을 통해 yt-dlp 로컬에 설치해야 합니다.

이걸 어떻게 작동시키나요?

yt-dlp 설치 (Homebrew와 WinGet 모두 여기서 잘 작동합니다)

지엑스피1

매개변수

  • url : YouTube 동영상 URL (필수)
  • language : 자막 언어 코드(선택 사항, 기본값: 'ja')
    • ISO 639-1 언어 코드를 사용합니다.
    • 일반 언어 코드:
      • ja : 일본어
      • en : 영어
      • ko : 한국어
      • zh : 중국어
      • fr : 프랑스어
    • 참고: 지정된 언어의 자막이 없으면 오류가 발생합니다.

{ "mcpServers": { "youtube": { "command": "npx", "args": ["-y", "@kazuph/mcp-youtube"] } } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

일본어 YouTube용 모델-컨텍스트 프로토콜 서버

  1. 이걸 어떻게 작동시키나요?
    1. 매개변수

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables retrieval of transcripts from YouTube videos with language-specific support.
          Last updated -
          1
          911
          MIT License
        • A
          security
          A
          license
          A
          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 -
          5
          1
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables searching YouTube videos, retrieving and storing transcripts, and performing semantic search over video content without using the official YouTube API.
          Last updated -
          5
          Python
          MIT License
        • A
          security
          F
          license
          A
          quality
          A server that enables interaction with YouTube data through the Model Context Protocol, allowing users to search videos, retrieve detailed information about videos/channels, and fetch comments.
          Last updated -
          12
          5
          4
          JavaScript

        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/kazuph/mcp-youtube'

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