PluginBench
MCP Server
Active
MIT

Unraid MCP MCP Server

ai.dinglebear/unraid-mcp

What is the Unraid MCP MCP server?

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

How to install Unraid MCP

Copy-paste configuration for popular MCP clients.

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

    Base URL of your Unraid server, e.g. http://192.168.1.100.

  • UNRAID_API_KEY
    required
    secret

    Unraid API key for authentication.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unraid-mcp": {
      "command": "uvx",
      "args": [
        "unraid-mcp"
      ],
      "env": {
        "UNRAID_API_URL": "<YOUR_UNRAID_API_URL>",
        "UNRAID_API_KEY": "<YOUR_UNRAID_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "unraid-mcp": {
      "command": "uvx",
      "args": [
        "unraid-mcp"
      ],
      "env": {
        "UNRAID_API_URL": "<YOUR_UNRAID_API_URL>",
        "UNRAID_API_KEY": "<YOUR_UNRAID_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "unraid-mcp": {
      "command": "uvx",
      "args": [
        "unraid-mcp"
      ],
      "env": {
        "UNRAID_API_URL": "<YOUR_UNRAID_API_URL>",
        "UNRAID_API_KEY": "<YOUR_UNRAID_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "unraid-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "unraid-mcp"
      ],
      "env": {
        "UNRAID_API_URL": "<YOUR_UNRAID_API_URL>",
        "UNRAID_API_KEY": "<YOUR_UNRAID_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add unraid-mcp --env UNRAID_API_URL=<YOUR_UNRAID_API_URL> --env UNRAID_API_KEY=<YOUR_UNRAID_API_KEY> -- uvx unraid-mcp

Related MCP servers

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

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 →

Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth.

5
Rust
AGPL-3.0
View repository →