Unraid

v1.2.2Cloud Servicesstable

A Python-based server that enables AI assistants to interact with an Unraid server through the official Unraid GraphQL API, providing read-only access to system information, Docker containers, VMs, storage, and more.

aiclaude-codeclaude-code-pluginscodexdocker
Share:
65
Stars
0
Downloads
0
Weekly
0/5

What is Unraid?

Unraid is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to python-based server that enables ai assistants to interact with an unraid server through the official unraid graphql api, providing read-only access to system information, docker containers, vms, stor...

A Python-based server that enables AI assistants to interact with an Unraid server through the official Unraid GraphQL API, providing read-only access to system information, Docker containers, VMs, storage, and more.

This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Python-based server that enables AI assistants to interact

Use Cases

Unraid server management via GraphQL API
Docker, VM, and storage automation
jmagar

Maintainer

LicenseMIT License
Languagepython
Versionv1.2.2
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

PIP

pip install unraid-mcp

Manual Installation

pip install unraid-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Unraid

The Unraid MCP Server is a Python-based FastMCP server that connects AI assistants to an Unraid NAS/homelab system via the official Unraid GraphQL API, providing comprehensive read and management access to system information, Docker containers, virtual machines, array health, storage shares, plugins, and real-time live data streams. It exposes a unified tool interface with over 18 action groups covering everything from parity checks and rclone operations to WebSocket-based live CPU and memory monitoring, making it the most complete AI interface for Unraid homelab management.

Prerequisites

  • Unraid 6.12 or later with the Unraid API enabled
  • An Unraid API key from Settings → Management Access → API Keys in the Unraid web UI
  • Python 3.11+ and uv installed on the machine running the MCP server
  • Network access from the MCP server host to your Unraid GraphQL endpoint
  • An MCP-compatible client: Claude Desktop, Claude Code, or Cursor
1

Install the package via pip

Install unraid-mcp from PyPI. Using uv is recommended for isolated environment management.

pip install unraid-mcp
# or with uv:
uv add unraid-mcp
2

Create a .env configuration file

Copy the example env file and fill in your Unraid server's GraphQL URL and API key. The API key is generated in the Unraid web UI under Settings → Management Access → API Keys.

UNRAID_API_URL=https://tower.local/graphql
UNRAID_API_KEY=your_unraid_api_key_here
UNRAID_MCP_PORT=6970
UNRAID_MCP_TRANSPORT=streamable-http
3

Start the MCP server

Launch the server. It will listen on port 6970 by default and serve requests via HTTP transport.

uv run unraid-mcp-server
4

Configure your MCP client

Add the Unraid MCP server to your Claude Desktop config. Since it runs as an HTTP server, use the URL-based transport configuration.

{
  "mcpServers": {
    "unraid": {
      "command": "uvx",
      "args": ["unraid-mcp"],
      "env": {
        "UNRAID_API_URL": "https://tower.local/graphql",
        "UNRAID_API_KEY": "your_unraid_api_key_here"
      }
    }
  }
}
5

Test the connection

Ask Claude to get a system overview. Destructive operations require an explicit confirm=True parameter as a safety mechanism.

Unraid Examples

Client configuration

claude_desktop_config.json entry for Unraid MCP using uvx to run the installed package.

{
  "mcpServers": {
    "unraid": {
      "command": "uvx",
      "args": ["unraid-mcp"],
      "env": {
        "UNRAID_API_URL": "https://tower.local/graphql",
        "UNRAID_API_KEY": "your_unraid_api_key_here",
        "UNRAID_MCP_PORT": "6970"
      }
    }
  }
}

Prompts to try

Explore your Unraid server using natural language with these example prompts.

- "Give me a full overview of my Unraid server's health and array status."
- "List all running Docker containers and show which ones are stopped."
- "Start a parity check on my array and monitor the progress."
- "Show me real-time CPU and memory usage on my Unraid server."
- "List all VMs and their current power states."

Troubleshooting Unraid

Connection refused or GraphQL endpoint unreachable

Verify UNRAID_API_URL is correct and accessible from your machine (ping tower.local or use the IP address). Ensure the Unraid API is enabled in Settings → Management Access and that no firewall blocks the connection.

API key authentication errors

Regenerate the API key in Unraid's web UI under Settings → Management Access → API Keys and update UNRAID_API_KEY in your .env file. Restart the MCP server after updating.

SSL certificate errors with HTTPS Unraid URL

If Unraid uses a self-signed certificate, the server may reject it. Check the repository for an UNRAID_IGNORE_SSL or similar option, or configure your Unraid instance with a valid certificate via Let's Encrypt.

Frequently Asked Questions about Unraid

What is Unraid?

Unraid is a Model Context Protocol (MCP) server that python-based server that enables ai assistants to interact with an unraid server through the official unraid graphql api, providing read-only access to system information, docker containers, vms, storage, and more. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Unraid?

Install via pip with: pip install unraid-mcp. Then configure your AI client to connect to this MCP server.

Which AI clients work with Unraid?

Unraid works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Unraid free to use?

Yes, Unraid is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Cloud Services MCP Servers

Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "unraid-mcp-server": { "command": "pip", "args": ["install", "unraid-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Unraid?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides