← Index

Unraid MCP

tv.tootie/unraid-mcp·v1.2.2·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "unraid-mcp": {
      "command": "uvx",
      "args": [
        "unraid-mcp"
      ],
      "env": {
        "UNRAID_API_URL": "<unraid_api_url>",
        "UNRAID_API_KEY": "<your-unraid_api_key>"
      }
    }
  }
}
§02  Environment variables
UNRAID_API_URL
required

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

UNRAID_API_KEY
requiredsecret

Unraid API key for authentication.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other