yt-dlp-mcp

kevinwatt/yt-dlp-mcp
★ 226 stars TypeScript 💻 Code/Dev Tools Updated 1mo ago
A Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yt-dlp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kevinwatt/yt-dlp-mcp"
      ]
    }
  }
}