Odel
Unraid MCP

Unraid MCP

Local
@jmagar97PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIunraid-mcpv2.3.6

Run

uvx unraid-mcp

MCP client config

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