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
{
"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