What is the Unraid MCP MCP server?
MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.
How to install Unraid MCP
Copy-paste configuration for popular MCP clients.
UNRAID_API_URLrequiredBase URL of your Unraid server, e.g. http://192.168.1.100.
UNRAID_API_KEYrequiredsecretUnraid API key for authentication.
{
"mcpServers": {
"unraid-mcp": {
"command": "uvx",
"args": [
"unraid-mcp"
],
"env": {
"UNRAID_API_URL": "<YOUR_UNRAID_API_URL>",
"UNRAID_API_KEY": "<YOUR_UNRAID_API_KEY>"
}
}
}
}{
"mcpServers": {
"unraid-mcp": {
"command": "uvx",
"args": [
"unraid-mcp"
],
"env": {
"UNRAID_API_URL": "<YOUR_UNRAID_API_URL>",
"UNRAID_API_KEY": "<YOUR_UNRAID_API_KEY>"
}
}
}
}{
"mcpServers": {
"unraid-mcp": {
"command": "uvx",
"args": [
"unraid-mcp"
],
"env": {
"UNRAID_API_URL": "<YOUR_UNRAID_API_URL>",
"UNRAID_API_KEY": "<YOUR_UNRAID_API_KEY>"
}
}
}
}{
"servers": {
"unraid-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unraid-mcp"
],
"env": {
"UNRAID_API_URL": "<YOUR_UNRAID_API_URL>",
"UNRAID_API_KEY": "<YOUR_UNRAID_API_KEY>"
}
}
}
}claude mcp add unraid-mcp --env UNRAID_API_URL=<YOUR_UNRAID_API_URL> --env UNRAID_API_KEY=<YOUR_UNRAID_API_KEY> -- uvx unraid-mcpRelated MCP servers
Unraid RMCP
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.
Yarr MCP
Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.
Yarr MCP
Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients.
Labby
Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.
Tailscale RMCP
Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.
Tailscale RMCP
Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth.