mcpbeat Sign in

YTDL RMCP MCP Server

local only

YTDL RMCP runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 25 Aug 2026.

yt-dlp search, download, metadata, delivery, and Plex workflows over MCP and CLI.

Installs per day peak 18 · avg 10 · +60% w/w
a month agotoday
64
Installs / week
npm · @dinglebear/rytdl
2
Stars
1 open issues
25 Aug 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Rust

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/install.js
  const install = spawnSync(process.execPath, [installer], { stdio: "inherit" });
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Touches key and credential files .github/actions/setup-rust-kache/action.yml:121
        credentials_file="$HOME/.aws/credentials"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rytdl -- npx -y @dinglebear/rytdl
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rytdl": {
      "args": [
        "-y",
        "@dinglebear/rytdl"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rytdl]
command = "npx"
args = ["-y", "@dinglebear/rytdl"]
.cursor/mcp.json
{
  "mcpServers": {
    "rytdl": {
      "args": [
        "-y",
        "@dinglebear/rytdl"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rytdl": {
      "args": [
        "-y",
        "@dinglebear/rytdl"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YTDLP_PLEX_URL (Optional Plex server URL for playlist and Plex sync workflows.), YTDLP_PLEX_TOKEN (Optional Plex token for playlist and Plex sync workflows.), YTDLP_ACOUSTID_CLIENT_KEY (Optional AcoustID client key for identification and auto-retagging workflows.), YTDL_RMCP_BINARY_VERSION (Optional GitHub release tag override for the downloaded YTDL RMCP binary.), YTDL_RMCP_RELEASE_BASE_URL (Optional release download base URL override.), RUST_LOG (Tracing filter for YTDL RMCP logs.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to YTDL RMCP

same job, measured the same way
Syncro MCP
by servosity

Every Syncro PSA and RMM workflow in your terminal, plus a local database, offline search, and

local only
Unraid RMCP
by dinglebear

Rust MCP server and CLI for Unraid GraphQL, NAS, Docker, VM, and storage workflows.

local only
Plori
by plori

Create and drive plori cloud agents and workflows over MCP; each agent has its own environment.

answering
Liepin Jobs
by xllinbupt

Liepin job search and resume workflows backed by the official Liepin MCP server.

14 tools answering
AutoRender MCP
by autorender

AutoRender's MCP server for media assets, transformations, delivery, and workflow automation.

answering
CalmSEO
by calmseo

SEO MCP server for keyword research, SERP analysis, audits, and Search Console workflows.

answering
Unraid RMCP
by dinglebear

Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.

53 installs/wk local only
n8n MCP Server
by rpgmais

The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.

31 installs/wk local only

YTDL RMCP — questions

Answers built from our own checks of this server.

Why is there no uptime for YTDL RMCP?
YTDL RMCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dinglebear/rytdl was installed 64 times last week.
How do I connect YTDL RMCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dinglebear/rytdl straight from npm; nothing to host, nothing to sign up for.
How many people use YTDL RMCP?
The npm package @dinglebear/rytdl was installed 64 times in the last week. Week over week that is +60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is YTDL RMCP open source?
Yes — it is published under the AGPL-3.0 licence, written in Rust, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.