A Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
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"
]
}
}
}
Run in terminal:
claude mcp add yt-dlp-mcp npx -y kevinwatt/yt-dlp-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"yt-dlp-mcp": {
"command": "npx",
"args": [
"-y",
"kevinwatt/yt-dlp-mcp"
]
}
}
}