Skip to content
Claude Desktop

Unraid MCP for Claude Desktop

ai.dinglebear/unraid-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install Unraid MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "unraid-mcp": {
      "command": "uvx",
      "args": [
        "unraid-mcp"
      ],
      "env": {
        "UNRAID_API_URL": "<UNRAID_API_URL>",
        "UNRAID_API_KEY": "<UNRAID_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Unraid MCP in other clients