Unraid MCP
Rank #8,993ai.dinglebear/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 dinglebear-ai. It ranks #8,993 of 132,113 servers tracked on MCP Toplist, and its repository has 129 GitHub stars. Unraid MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 27, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 123,120 of 132,113 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/ai.dinglebear%2Funraid-mcp)<a href="https://mcptoplist.com/server/ai.dinglebear%2Funraid-mcp"><img src="https://mcptoplist.com/badge/ai.dinglebear%2Funraid-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
dinglebear-ai
Other servers by dinglebear-ai
View all dinglebear-ai servers →Available versions (2)
| Version | Published |
|---|---|
| 2.10.1 | Aug 5, 2026 |
| 2.10.0 | Aug 4, 2026 |
Frequently asked questions
- Who maintains Unraid MCP?
- Unraid MCP is maintained by dinglebear-ai, which publishes 6 MCP servers (8 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.
- How many versions does Unraid MCP have?
- MCP Toplist tracks 2 versions of Unraid MCP, most recently published on Aug 5, 2026.
- Where can I find the source code for Unraid MCP?
- The source code for Unraid MCP is hosted at github.com/dinglebear-ai/unraid.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.