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 | — | — |
| Score | 77 | 50 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | Go |
| Last commit | this month | 1 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/ckbOption 2: Homebrew (macOS/Linux)
brew tap SimplyLiz/ckb
brew install ckbOption 3: Build from Source
git clone https://github.com/SimplyLiz/CodeMCP.git
cd CodeMCP
go build -o ckb ./cmd/ckbSetup for Claude Desktop
Add this to your Claude Desktop config.json:
{
"mcpServers": {
"ckb": {
"command": "npx",
"args": ["@tastehub/ckb", "mcp"]
}
}
}