MCP Catalogs
Home

time vs ckb

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

time
by modelcontextprotocol
ckb
by nyxCore-Systems
Stars★ 85,748★ 95
30d uses
Score7750
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsKnowledge Graph
LanguageTypeScriptGo
Last committhis month1 mo ago

time · Summary

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

ckb · Summary

CKB is a comprehensive code intelligence platform providing MCP server with tools for code analysis, impact assessment, and architecture mapping.

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

ckb · Use cases

  • AI-assisted code review with precise impact analysis and risk scoring
  • Architecture understanding and documentation through semantic queries
  • Dead code detection and tech debt identification in large codebases

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

ckb · Install

Installation

Option 1: npm (Recommended)

npm install -g @tastehub/ckb

Option 2: Homebrew (macOS/Linux)

brew tap SimplyLiz/ckb
brew install ckb

Option 3: Build from Source

git clone https://github.com/SimplyLiz/CodeMCP.git
cd CodeMCP
go build -o ckb ./cmd/ckb

Setup for Claude Desktop

Add this to your Claude Desktop config.json:

{
  "mcpServers": {
    "ckb": {
      "command": "npx",
      "args": ["@tastehub/ckb", "mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.