YTDL RMCP (dinglebear-ai)

yt-dlp search, download, metadata, delivery, and Plex workflows over MCP and CLI. It runs locally over stdio via the published package.

People who work with codex, ffmpeg and gemini and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-03 · ★ 2 · #84 OF 173 MAINTAINED MEDIA · VERIFIED 2026-09-18

AGPL-3.0 · Rust servers · how we verify → /methodology

01 · Install YTDL RMCP (dinglebear-ai)

before you install - you'll need

Set YTDLP_EXTRACTOR_ARGS before connecting. YTDLP_TARGET_PATH, YTDLP_VIDEO_TARGET_PATH, YTDLP_AUTO_UPDATE, YTDLP_MAX_AGE_DAYS are optional or environment-specific per the README.

Claude Code

claude mcp add dinglebear-ai-rytdl -- npx -y @dinglebear/rytdl

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dinglebear-ai-rytdl": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rytdl"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

npm package @dinglebear/rytdl - the @dinglebear scope differs from the repo owner (dinglebear-ai); confirm it's the project's official package

registry vendor namespace ai.dinglebear - domain-verified with the official MCP registry

03 · What YTDL RMCP (dinglebear-ai) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.0 · 2026-08-12

1.1.0 (2026-08-12) · Added · own TOOTIE Compose deployment · publish canonical MCP Registry metadata · Fixed · preserve existing Kache config · install Windows target for release builds · advertise object output…

v1.0.4 · 2026-08-02

align non-CI fleet contracts · pin rmcp 3.1.0 · enforce repository contract · move release jobs to hosted runners · publish scoped npm launcher · release 1.0.4

v1.0.3 · 2026-07-28

1.0.3 (2026-07-28) · bump the cargo-dependencies group across 1 directory with 6 updates · bump the cargo-dependencies group with 2 updates · bump the github-actions group across 1 directory with 4 updates · bump the…

04 · Who maintains YTDL RMCP (dinglebear-ai)

YTDL RMCP is maintained by dinglebear-ai. We track 11 MCP servers from dinglebear-ai - 11 actively maintained, 42 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from dinglebear-ai.

  1. Cortex RMCP Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS. ★ 3
  2. Labby Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI. ★ 6
  3. Yarr MCP Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI. ★ 12
  4. Apprise RMCP Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports. ★ 2
  5. Tailscale RMCP Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI. ★ 5
  6. Gotify RMCP Gotify notifications and app, client, and message management over MCP and CLI. ★ 2

05 · Facts

category
media - ranked #84 of 173 actively-maintained media servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-08-12)
registry
ai.dinglebear/rytdl (active, first published 2026-08-04)
packages
npm:@dinglebear/rytdl

06 · YTDL RMCP (dinglebear-ai) FAQ

What is YTDL RMCP (dinglebear-ai)?

yt-dlp search, download, metadata, delivery, and Plex workflows over MCP and CLI. It runs locally over stdio via the published package.

Is YTDL RMCP (dinglebear-ai) still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-03 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install YTDL RMCP (dinglebear-ai)?

Run `npx -y @dinglebear/rytdl`. The README documents 5 environment variables (YTDLP_TARGET_PATH, YTDLP_VIDEO_TARGET_PATH, YTDLP_AUTO_UPDATE…) to set first. Set YTDLP_EXTRACTOR_ARGS before connecting. YTDLP_TARGET_PATH, YTDLP_VIDEO_TARGET_PATH, YTDLP_AUTO_UPDATE, YTDLP_MAX_AGE_DAYS are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does YTDL RMCP (dinglebear-ai) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to YTDL RMCP (dinglebear-ai)