MCP Catalogs
Home

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
Score5277
Official
Categories
Ops & InfraDeveloper ToolsMonitoring
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit2 mo agothis 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

  1. Clone the repository:
git clone https://github.com/Kymo-MCP/mcpcan.git
cd mcpcan/deploy/docker-compose/
  1. Initialize configuration:
cp example.env .env
  1. Generate final configuration:
chmod +x replace.sh
./replace.sh
  1. Start services:
docker compose up -d
  1. Access Web UI at http://localhost with 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.