yt-dlp-mcp

acidghost/yt-dlp-mcp
★ 0 stars Go Search Updated today
A tiny HTTP MCP server for YouTube search and subtitle extraction using the yt-dlp CLI.
View on GitHub → Try with Claude — $10 free →

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": "go",
      "args": [
        "run",
        "github.com/acidghost/yt-dlp-mcp@latest"
      ]
    }
  }
}