🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ytdl-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

ytdl-mcp

Node launcher for the ytdl-mcp Rust MCP server and CLI binary.

latest
Source
npmnpm
Version
0.7.0
Version published
Maintainers
1
Created
Source

ytdl-mcp

Node launcher for the ytdl-mcp Rust MCP server and CLI binary.

npx -y ytdl-mcp

Run the guided setup:

npx -y ytdl-mcp setup

Install globally when you want the command on PATH:

npm i -g ytdl-mcp
ytdl-mcp --version
ytdl-mcp setup

The package downloads the matching GitHub Release binary during postinstall. The npm package version and the ytdl-mcp release tag are expected to match. Release automation publishes this package from the repository v* tag workflow; the GitHub repository must have an NPM_TOKEN secret with publish access.

MCP stdio

Run without subcommands, ytdl-mcp serves MCP over stdio. MCP clients can launch it with:

{
  "command": "npx",
  "args": ["-y", "ytdl-mcp"],
  "env": {
    "YTDLP_REMOTE": "tootie",
    "YTDLP_REMOTE_PATH": "/media/music"
  }
}

Overrides

YTDL_MCP_BINARY_VERSION=v0.7.0 npm i -g ytdl-mcp
YTDL_MCP_RELEASE_BASE_URL=https://github.com/jmagar/ytdl-mcp/releases/download npm i -g ytdl-mcp
YTDL_MCP_SKIP_DOWNLOAD=1 npm i -g ytdl-mcp

Supported binary targets are Linux x64 and Windows x64, matching the current GitHub Release assets.

FAQs

Package last updated on 09 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts