MCP Catalogs
Home

aks-mcp vs time

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

aks-mcp
by Azure
time
by modelcontextprotocol
Stars★ 132★ 85,748
30d uses
Score4877
Official
Categories
Ops & InfraDeveloper ToolsMonitoring
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last committhis monththis month

aks-mcp · Summary

Azure's AKS-MCP server enables AI assistants to interact with Azure Kubernetes Service clusters through MCP protocol.

time · Summary

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

aks-mcp · Use cases

  • AI-powered AKS cluster management and operations
  • Automated troubleshooting and diagnostics of Kubernetes clusters
  • Multi-cluster fleet management through AI assistants

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

aks-mcp · Install

Installation

  1. Install prerequisites:

- Azure CLI - Go (for building from source)

  1. Install the server:
go install github.com/Azure/aks-mcp@latest
  1. Configure Claude Desktop:
{
  "mcpServers": {
    "aks-mcp": {
      "command": "aks-mcp",
      "args": ["--transport", "stdio", "--access-level", "readwrite"]
    }
  }
}

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.