MCP Catalogs
Home

time vs kubectl-mcp-server

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

time
by modelcontextprotocol
kubectl-mcp-server
by rohitg00
Stars★ 85,748★ 888
30d uses
Score7754
Official
Categories
ProductivityDeveloper ToolsCommunication
Ops & InfraDeveloper ToolsSecurity
LanguageTypeScriptPython
Last committhis month1 mo ago

time · Summary

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

kubectl-mcp-server · Summary

A comprehensive MCP server for Kubernetes infrastructure management through natural language.

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

kubectl-mcp-server · Use cases

  • Troubleshooting pod crashes and network issues using natural language
  • Deploying and scaling applications with simple commands
  • Auditing security configurations across namespaces

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"]
    }
  }
}

kubectl-mcp-server · Install

Quick Start with npx (Recommended)

npx -y kubectl-mcp-server

Install with Python

pip install kubectl-mcp-server[ui]

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

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