YouTube MCP Server
yt-dlp-mcp
yt-dlp와 통합되어 LLM에 대한 비디오 및 오디오 콘텐츠 다운로드 기능(예: YouTube, Facebook, Tiktok 등)을 제공하는 MCP 서버 구현입니다.
특징
자막 : LLM이 읽을 수 있도록 SRT 형식의 자막을 다운로드하세요
비디오 다운로드 : 해상도 제어를 통해 비디오를 다운로드 폴더에 저장합니다.
오디오 다운로드 : 오디오를 다운로드 폴더에 저장합니다.
개인정보 보호 중심 : 추적 없이 직접 다운로드
MCP 통합 : Dive 및 기타 MCP 호환 LLM과 함께 작동합니다.
Related MCP server: YouTube Search & Download MCP Server
설치
필수 조건
운영 체제에 따라 yt-dlp 설치하세요:
지엑스피1
다이브 데스크톱 포함
Dive Desktop에서 "+ MCP 서버 추가"를 클릭하세요.
다음 구성을 복사하여 붙여넣으세요.
{
"mcpServers": {
"yt-dlp": {
"command": "npx",
"args": [
"-y",
"@kevinwatt/yt-dlp-mcp"
]
}
}
}"저장"을 클릭하여 MCP 서버를 설치하세요.
도구 문서
자막 언어 목록
비디오에 사용 가능한 모든 자막 언어와 형식을 나열합니다(자동 생성된 자막 포함).
입력:
url(문자열, 필수): 비디오의 URL
비디오_자막_다운로드
사용 가능한 모든 형식의 비디오 자막을 다운로드하세요. 일반 자막과 자동 생성된 자막을 모두 지원합니다.
입력:
url(문자열, 필수): 비디오의 URLlanguage(문자열, 선택 사항): 언어 코드(예: 'en', 'zh-Hant', 'ja'). 기본값은 'en'입니다.
비디오 다운로드
사용자의 다운로드 폴더에 비디오 다운로드
입력:
url(문자열, 필수): 비디오의 URLresolution(문자열, 선택 사항): 비디오 해상도('480p', '720p', '1080p', '최상'). 기본값은 '720p'입니다.
오디오 다운로드
최상의 품질(일반적으로 m4a/mp3 형식)로 오디오를 사용자의 다운로드 폴더에 다운로드합니다.
입력:
url(문자열, 필수): 비디오의 URL
사용 예
LLM에 다음을 요청하세요.
"List available subtitles for this video: https://youtube.com/watch?v=..."
"Download a video from facebook: https://facebook.com/..."
"Download Chinese subtitles from this video: https://youtube.com/watch?v=..."
"Download this video in 1080p: https://youtube.com/watch?v=..."
"Download audio from this YouTube video: https://youtube.com/watch?v=..."수동 시작
필요한 경우 서버를 수동으로 시작합니다.
npx @kevinwatt/yt-dlp-mcp요구 사항
노드.js 20+
시스템 PATH에
yt-dlpMCP 호환 LLM 서비스
선적 서류 비치
특허
MIT
작가
더웨이 옌
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceUses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol.812,627541MIT
- AlicenseAqualityCmaintenanceEnables searching, retrieving metadata, and downloading YouTube videos or audio without requiring an API key. It utilizes yt-dlp to support media retrieval and playlist management within MCP-compliant clients like Claude and Cursor.81MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that provides comprehensive video tools: transcript retrieval, video downloading, and automatic subtitle generation using AI speech-to-text. Works with YouTube, Bilibili, Vimeo, and any platform supported by yt-dlp.11MIT
- FlicenseAqualityDmaintenanceEnables fetching YouTube video transcripts in various formats via the Model Context Protocol, allowing LLMs to access and process YouTube video transcripts securely.1
Related MCP Connectors
Download YouTube, TikTok, Vimeo, SoundCloud and 6 more platforms from any MCP AI chatbot.
Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kevinwatt/yt-dlp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server