yt-dlp-mcp
@gavinHuang
yt-dlp-mcp について
expose python package yt-dlp as mcp
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"yt-dlp-mcp": {
"command": "uvx",
"args": [
"yt-dlp-mcp"
],
"env": {}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is yt-dlp-mcp?
yt-dlp-mcp is a tool that provides three functions for interacting with YouTube: extracting video transcriptions, searching for videos, and listing recent videos from a channel. It is intended for use within the Model Context Protocol (MCP) ecosystem.
How to use yt-dlp-mcp?
—
Key features of yt-dlp-mcp
- Get transcriptions from YouTube videos
- Search YouTube videos by keywords
- List recent videos from a specific channel
Use cases of yt-dlp-mcp
- Retrieve spoken content from a YouTube video as text
- Find YouTube videos matching a set of search terms
- Quickly see the latest uploads from a YouTube channel
FAQ from yt-dlp-mcp
What tools does yt-dlp-mcp provide?
It provides three tools: get_transcription, search_videos, and list_channel_videos.
What does get_transcription do?
It extracts a transcription from a YouTube video.
What does search_videos do?
It searches for YouTube videos by terms and returns video information.
What does list_channel_videos do?
It lists recent videos from a YouTube channel.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
コメント