Query, monitor, and manage Unraid servers via GraphQL API through MCP tools. Supports system info, Docker, VMs, array/parity, notifications, plugins, rclone, and live telemetry.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"unraid-mcp": {
"command": "uvx",
"args": [
"unraid-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add unraid-mcp uvx unraid-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"unraid-mcp": {
"command": "uvx",
"args": [
"unraid-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install unraid-mcp
Topics
ai claude-code claude-code-plugins codex docker fastmcp gemini graphql homelab llm mcp mcp-server model-context-protocol nas python