MCP Catalogs
Home

unraid-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

unraid-mcp
by jmagar
time
by modelcontextprotocol
Stars★ 64★ 85,748
30d uses
Score4877
Official
Categories
MonitoringOps & InfraDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

unraid-mcp · Summary

A comprehensive MCP server for Unraid server management through GraphQL API, supporting system info, Docker, VMs, array operations and live telemetry.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

unraid-mcp · Use cases

  • System administrators monitoring and managing Unraid server status and performance through AI assistants
  • Automating routine Unraid tasks like parity checks, Docker container management, and plugin updates
  • Integrating Unraid management into broader AI-powered automation workflows

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

unraid-mcp · Install

Installation

PyPI Package

pip install unraid-mcp

Docker

docker pull ghcr.io/jmagar/unraid-mcp:latest

Claude Desktop

Add to Claude Desktop configuration:

{
  "mcpServers": {
    "unraid": {
      "command": "python",
      "args": ["-m", "unraid_mcp"],
      "env": {
        "UNRAID_API_URL": "http://your-unraid-server",
        "UNRAID_API_KEY": "your-api-key"
      }
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.