Unraid MCP

A monorepo of Unraid tooling: two MCP servers (Python and Rust) and three Unraid OS plugins, plus the Claude/Codex agent integrations that surface them. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 128 · #6 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Unraid MCP

Claude Code

claude mcp add jmagar-unraid-mcp -- uvx unraid-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jmagar-unraid-mcp": {
      "command": "uvx",
      "args": [
        "unraid-mcp"
      ]
    }
  }
}

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 MIT - declared in the repository

pypi package unraid-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry vendor namespace tv.tootie - domain-verified with the official MCP registry

03 · What Unraid MCP can do

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

Latest releases

unraid-rs-v0.5.0 · 2026-08-15

0.5.0 (2026-08-15) · unraid-rs: trust a private CA, and verify update provenance · unraid-rs: harden granular MCP tool controls

codex-v20260805.001 · 2026-08-05

Unraid Codex 20260805.001 · Build 35 completes the Codex plugin polish pass. · Adds verified encrypted state backups and a safe restore command with retained rollback volumes, health checks, and automatic recovery on…

unraid-rs-v0.4.2 · 2026-08-05

0.4.2 (2026-08-05) · harden rust plugin runtime

04 · Who maintains Unraid MCP

Unraid MCP is maintained by jmagar. We track 13 MCP servers from jmagar - 10 actively maintained, 156 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from jmagar.

  1. Arcane RMCP Rust MCP server and CLI for Arcane Docker and container management. ★ 2
  2. YTDL RMCP Rust MCP server and CLI for yt-dlp search, downloads, metadata, transfers, and Plex playlists. ★ 2
  3. Yarr MCP Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients. ★ 7
  4. Tailscale RMCP Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth. ★ 5
  5. UniFi RMCP Rust MCP server and CLI for UniFi Network controller operations. ★ 2
  6. Gotify RMCP Rust MCP server and CLI for Gotify push notifications and message management. ★ 2

05 · Facts

category
cloud infrastructure - ranked #6 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-15)
registry
tv.tootie/unraid-mcp (active, first published 2026-04-04 · 22 versions)
packages
pypi:unraid-mcp

06 · Unraid MCP FAQ

What is Unraid MCP?

A monorepo of Unraid tooling: two MCP servers (Python and Rust) and three Unraid OS plugins, plus the Claude/Codex agent integrations that surface them. It runs locally over stdio via the published package.

Is Unraid MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Unraid MCP?

Run `uvx unraid-mcp`. You can also paste the ready-made client config above.

Does Unraid MCP run locally?

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

07 · Alternatives to Unraid MCP

More cloud infrastructure MCP servers · Workflow MCP · K8s MCP Server (Go) · Kastell · Kody · FedRAMP 20x Requirements

More Python MCP servers · Kindex · CLI Bridge MCP · Slidev MCP · Canvas API MCP · Linked In · see all