Unraid MCP
Rank #3,147tv.tootie/unraid-mcp
MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.
Unraid MCP is a Model Context Protocol (MCP) server published by jmagar. It ranks #3,147 of 115,460 servers tracked on MCP Toplist, and its repository has 128 GitHub stars. Unraid MCP is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Mar 21, 2025 and most recently updated on Jul 27, 2026.
Ranks ahead of 112,313 of 115,460 servers on MCP Toplist.
Use Unraid MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add unraid-mcp -e "UNRAID_API_URL=<your UNRAID_API_URL>" -e "UNRAID_API_KEY=<your UNRAID_API_KEY>" -- uvx unraid-mcpReplace each placeholder with your own value before saving.
[mcp_servers.unraid-mcp]
command = "uvx"
args = ["unraid-mcp"]
[mcp_servers.unraid-mcp.env]
UNRAID_API_URL = "<your UNRAID_API_URL>"
UNRAID_API_KEY = "<your UNRAID_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unraid-mcp": {
"command": "uvx",
"args": [
"unraid-mcp"
],
"env": {
"UNRAID_API_URL": "<your UNRAID_API_URL>",
"UNRAID_API_KEY": "<your UNRAID_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unraid-mcp": {
"command": "uvx",
"args": [
"unraid-mcp"
],
"env": {
"UNRAID_API_URL": "<your UNRAID_API_URL>",
"UNRAID_API_KEY": "<your UNRAID_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unraid-mcp": {
"command": "uvx",
"args": [
"unraid-mcp"
],
"env": {
"UNRAID_API_URL": "<your UNRAID_API_URL>",
"UNRAID_API_KEY": "<your UNRAID_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unraid-mcp": {
"command": "uvx",
"args": [
"unraid-mcp"
],
"env": {
"UNRAID_API_URL": "<your UNRAID_API_URL>",
"UNRAID_API_KEY": "<your UNRAID_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/tv.tootie%2Funraid-mcp)<a href="https://mcptoplist.com/server/tv.tootie%2Funraid-mcp"><img src="https://mcptoplist.com/badge/tv.tootie%2Funraid-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
jmagar
Other servers by jmagar
- Labby#2,808 · 3 vers
- Yarr MCP#3,286 · 5 vers
- Soma#4,679 · 8 vers
- Unraid RMCP#6,943 · 1 ver
- Tailscale RMCP#7,114 · 2 vers
- Apprise RMCP#8,185 · 2 vers
- Arcane RMCP#8,326 · 2 vers
- Gotify RMCP#8,590 · 3 vers
- YTDL RMCP#8,747 · 2 vers
- Synapse RMCP#9,392 · 2 vers
- UniFi RMCP#9,507 · 2 vers
- UniFi MCP#10,921 · 1 ver
Available versions (5)
| Version | Published |
|---|---|
| 2.8.0 | Jul 27, 2026 |
| 2.7.0 | Jul 24, 2026 |
| 2.4.1 | Jul 21, 2026 |
| 2.3.4 | Jul 9, 2026 |
| 1.2.2 | Apr 4, 2026 |
Frequently asked questions
- Who maintains Unraid MCP?
- Unraid MCP is maintained by jmagar, which publishes 29 MCP servers (50 total versions) tracked on MCP Toplist.
- Is Unraid MCP listed on the Official MCP Registry?
- Yes — Unraid MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Unraid MCP have?
- MCP Toplist tracks 5 versions of Unraid MCP, most recently published on Jul 27, 2026.
- Where can I find the source code for Unraid MCP?
- The source code for Unraid MCP is hosted at github.com/jmagar/unraid-mcp.