mcpbeat

YTDL RMCP MCP Server

local only

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

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

Installs per day peak 66 · avg 2
a month agotoday
73
Installs / week
npm · @dinglebear/rytdl
1
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Rust

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"
    }
  }
}

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.

123 installs/wk local only
Plori
by plori

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

answering
Liepin Jobs
by xllinbupt

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

14 tools 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.

311 installs/wk local only
n8n MCP Server
by rpgmais

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

53 installs/wk local only
Alertlogic MCP
by rijul170

MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows

78 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 73 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 73 times in the last week. 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 MIT licence, written in Rust and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.