mcpcan vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcpcan by Kymo-MCP | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 719 | ★ 85,748 |
| 30d uses | — | — |
| Score | 52 | 77 |
| Official | — | ✓ |
| Categories | Ops & InfraDeveloper ToolsMonitoring | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 2 mo ago | this month |
mcpcan · Summary
MCPCAN is a centralized management platform for MCP services with container deployment, monitoring, and security features.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcpcan · Use cases
- Centralized management of multiple MCP service instances
- Monitoring and security verification of deployed MCP services
- Rapid deployment and configuration of new MCP services
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
mcpcan · Install
Quick Start with Docker Compose
- Clone the repository:
git clone https://github.com/Kymo-MCP/mcpcan.git
cd mcpcan/deploy/docker-compose/- Initialize configuration:
cp example.env .env- Generate final configuration:
chmod +x replace.sh
./replace.sh- Start services:
docker compose up -d- Access Web UI at
http://localhostwith credentials: admin/admin123
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"]
}
}
}