MCP.so
登录
Y

yt-dlp-mcp

@gavinHuang

关于 yt-dlp-mcp

expose python package yt-dlp as mcp

基本信息

分类

其他

传输方式

stdio

发布者

gavinHuang

提交者

Gavin Huang

配置

使用下面的配置,将此服务器添加到你的 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 服务器