k8s-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
k8s-mcp-server by alexei-led | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 209 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Ops & InfraDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 3 mo ago | this month |
k8s-mcp-server · Summary
K8s MCP Server enables Claude to securely execute Kubernetes commands via MCP protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
k8s-mcp-server · Use cases
- Deploying and managing applications using Helm charts
- Troubleshooting Kubernetes cluster issues through natural language
- Optimizing Kubernetes resources and configurations
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
k8s-mcp-server · Install
Quick Start with Claude Desktop
- Create or update your Claude Desktop configuration file:
- **macOS**: Edit $HOME/Library/Application Support/Claude/claude_desktop_config.json - **Windows**: Edit %APPDATA%\Claude\claude_desktop_config.json - **Linux**: Edit $HOME/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"kubernetes": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/Users/YOUR_USER_NAME/.kube:/home/appuser/.kube:ro",
"ghcr.io/alexei-led/k8s-mcp-server:latest"
]
}
}
}- Restart Claude Desktop to activate the MCP server connection.
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"]
}
}
}