MCPServers
YouTube Downloader - MCP server logo

YouTube Downloader

33
0

Summary

This MCP server, developed by Dewei Yen, provides a bridge between AI models and YouTube content through the yt-dlp tool. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers capabilities for downloading YouTube subtitles and videos. The implementation focuses on simplifying access to YouTube content for AI processing, enabling use cases such as video summarization and content analysis. By connecting AI models with YouTube data, this server allows for sophisticated scenarios like automated video transcription, content curation, and language processing of video subtitles. It's particularly useful for applications and AI assistants that require programmatic access to YouTube content through a standardized MCP interface.

Available Actions(4)

list_subtitle_languages

List all available subtitle languages and their formats for a video (including auto-generated captions). Inputs: url (string, required): URL of the video.

download_video_subtitles

Download video subtitles in any available format. Supports both regular and auto-generated subtitles. Inputs: url (string, required): URL of the video, language (string, optional): Language code (e.g., 'en', 'zh-Hant', 'ja'). Defaults to 'en'.

download_video

Download video to user's Downloads folder. Inputs: url (string, required): URL of the video, resolution (string, optional): Video resolution ('480p', '720p', '1080p', 'best'). Defaults to '720p'.

download_audio

Download audio in best available quality (usually m4a/mp3 format) to user's Downloads folder. Inputs: url (string, required): URL of the video.

Last Updated: May 30, 2025

Avis de la Communauté

0.0
0 avis
5
0
4
0
3
0
2
0
1
0

Aucun avis encore. Soyez le premier à donner votre avis !

Connectez-vous pour rejoindre la conversation

Coming soon to
HighlightHighlight AI

Langage

TypeScript

Catégories

Tags