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 who work with fastmcp, self hosted and claude code plugins and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 129 · #8 OF 153 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-09-18

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, 165 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from jmagar.

  1. Yarr MCP Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients. ★ 12
  2. Syslog MCP Syslog receiver and MCP server for homelab log intelligence. ★ 3
  3. Tailscale RMCP Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth. ★ 5
  4. UniFi RMCP Rust MCP server and CLI for UniFi Network controller operations. ★ 4
  5. Arcane RMCP Rust MCP server and CLI for Arcane Docker and container management. ★ 3
  6. Apprise RMCP Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends. ★ 2

05 · Facts

category
cloud infrastructure - ranked #8 of 153 actively-maintained cloud infrastructure servers as of 2026-09-18.
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-09-18, its last commit was 2026-09-18 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