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. Parameters: url (string, required)

download_video_subtitles

Download video subtitles in any available format. Supports both regular and auto-generated subtitles. Parameters: url (string, required), language (string, optional)

download_video

Download video to user's Downloads folder. Parameters: url (string, required), resolution (string, optional)

download_audio

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

Last Updated: May 30, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签