npx claudepluginhub lawriec/lost-media-search-plugin --plugin lost-media-searchAdd to your .mcp.json:
{
"mcpServers": {
"yt-dl": {
"command": "npx",
"args": [
"-y",
"@kevinwatt/yt-dlp-mcp@latest"
],
"env": {
"YTDLP_COOKIES_FILE": "${YTDLP_COOKIES_FILE:-}",
"YTDLP_COOKIES_FROM_BROWSER": "${YTDLP_COOKIES_FROM_BROWSER:-}"
}
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxYTDLP_COOKIES_FILE=${YTDLP_COOKIES_FILE:-}YTDLP_COOKIES_FROM_BROWSER=${YTDLP_COOKIES_FROM_BROWSER:-}