PluginBench
MCP Server
Active
AGPL-3.0

YTDL RMCP MCP Server

ai.dinglebear/ytdl-rmcp

What is the YTDL RMCP MCP server?

Rust MCP server and CLI for yt-dlp search, downloads, metadata, transfers, and Plex playlists.

How to install YTDL RMCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • YTDLP_PLEX_URL

    Optional Plex server URL for playlist and Plex sync workflows.

  • YTDLP_PLEX_TOKEN
    secret

    Optional Plex token for playlist and Plex sync workflows.

  • YTDLP_ACOUSTID_CLIENT_KEY
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ytdl-rmcp": {
      "command": "npx",
      "args": [
        "-y",
        "ytdl-rmcp"
      ],
      "env": {
        "YTDLP_PLEX_URL": "<YOUR_YTDLP_PLEX_URL>",
        "YTDLP_PLEX_TOKEN": "<YOUR_YTDLP_PLEX_TOKEN>",
        "YTDLP_ACOUSTID_CLIENT_KEY": "<YOUR_YTDLP_ACOUSTID_CLIENT_KEY>",
        "YTDL_RMCP_BINARY_VERSION": "<YOUR_YTDL_RMCP_BINARY_VERSION>",
        "YTDL_RMCP_RELEASE_BASE_URL": "<YOUR_YTDL_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ytdl-rmcp": {
      "command": "npx",
      "args": [
        "-y",
        "ytdl-rmcp"
      ],
      "env": {
        "YTDLP_PLEX_URL": "<YOUR_YTDLP_PLEX_URL>",
        "YTDLP_PLEX_TOKEN": "<YOUR_YTDLP_PLEX_TOKEN>",
        "YTDLP_ACOUSTID_CLIENT_KEY": "<YOUR_YTDLP_ACOUSTID_CLIENT_KEY>",
        "YTDL_RMCP_BINARY_VERSION": "<YOUR_YTDL_RMCP_BINARY_VERSION>",
        "YTDL_RMCP_RELEASE_BASE_URL": "<YOUR_YTDL_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ytdl-rmcp": {
      "command": "npx",
      "args": [
        "-y",
        "ytdl-rmcp"
      ],
      "env": {
        "YTDLP_PLEX_URL": "<YOUR_YTDLP_PLEX_URL>",
        "YTDLP_PLEX_TOKEN": "<YOUR_YTDLP_PLEX_TOKEN>",
        "YTDLP_ACOUSTID_CLIENT_KEY": "<YOUR_YTDLP_ACOUSTID_CLIENT_KEY>",
        "YTDL_RMCP_BINARY_VERSION": "<YOUR_YTDL_RMCP_BINARY_VERSION>",
        "YTDL_RMCP_RELEASE_BASE_URL": "<YOUR_YTDL_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ytdl-rmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ytdl-rmcp"
      ],
      "env": {
        "YTDLP_PLEX_URL": "<YOUR_YTDLP_PLEX_URL>",
        "YTDLP_PLEX_TOKEN": "<YOUR_YTDLP_PLEX_TOKEN>",
        "YTDLP_ACOUSTID_CLIENT_KEY": "<YOUR_YTDLP_ACOUSTID_CLIENT_KEY>",
        "YTDL_RMCP_BINARY_VERSION": "<YOUR_YTDL_RMCP_BINARY_VERSION>",
        "YTDL_RMCP_RELEASE_BASE_URL": "<YOUR_YTDL_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>"
      }
    }
  }
}
Claude Code
claude mcp add ytdl-rmcp --env YTDLP_PLEX_URL=<YOUR_YTDLP_PLEX_URL> --env YTDLP_PLEX_TOKEN=<YOUR_YTDLP_PLEX_TOKEN> --env YTDLP_ACOUSTID_CLIENT_KEY=<YOUR_YTDLP_ACOUSTID_CLIENT_KEY> --env YTDL_RMCP_BINARY_VERSION=<YOUR_YTDL_RMCP_BINARY_VERSION> --env YTDL_RMCP_RELEASE_BASE_URL=<YOUR_YTDL_RMCP_RELEASE_BASE_URL> --env RUST_LOG=<YOUR_RUST_LOG> -- npx -y ytdl-rmcp

Related MCP servers

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

126
Python
MIT
View repository →

MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.

126
Python
MIT
View repository →

Yarr MCP

Active

Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.

6
Rust
AGPL-3.0
View repository →

Yarr MCP

Active

Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients.

6
Rust
AGPL-3.0
View repository →

Labby

Active

Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.

5
Rust
AGPL-3.0
View repository →

Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.

5
Rust
AGPL-3.0
View repository →