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 제한에 따라 달라집니다.
This server cannot be installed
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 비디오에서 대본 텍스트를 추출할 수 있습니다.
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that enables retrieval of transcripts from YouTube videos with language-specific support.Last updated -12291MIT License
- Asecurity-licenseAqualityA 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 -161
- Asecurity-licenseAqualityA 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 -111426MIT License
- Asecurity-licenseAqualityA comprehensive MCP server for extracting YouTube video transcripts with support for multiple transports, languages, and output formats.Last updated -703MIT License