unraid-mcp-server

CrouchingMuppet/unraid-mcp-server
★ 0 stars Python Code/Dev Tools Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install unraid-mcp-server

README Excerpt

This file contains the docker run command or docker-compose configuration needed to deploy the MCP server on an Unraid host. ⚠️ This is untested, mostly AI generated possible slop. Use at own risk ⚠️ * The host must have Docker installed (standard for Unraid). * The container must run in **privileged mode** to interact with host system calls and devices.