claude-code-skills vs time
Side-by-side comparison to help you pick between these two MCP servers.
claude-code-skills by levnikolaevich | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 465 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | this month | this month |
claude-code-skills · Summary
A comprehensive plugin suite with bundled MCP servers for Claude Code, including hex-line, hex-graph, hex-ssh, and hex-research for enhanced code intelligence.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
claude-code-skills · Use cases
- Code analysis and audit with deterministic editing
- Remote development via SSH with hash verification
- Code knowledge graph creation and navigation
- Research hypothesis and task management
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
claude-code-skills · Install
Installation
**Prerequisites:** [Claude Code](https://docs.anthropic.com/en/docs/claude-code) or [OpenAI Codex CLI](https://developers.openai.com/codex)
# Claude Code
/plugin marketplace add levnikolaevich/claude-code-skills
/plugin install setup-environment@levnikolaevich-skills-marketplace
# Codex CLI
codex plugin marketplace add levnikolaevich/claude-code-skills
codex
/plugins**MCP Server Installation:**
# hex-line — hash-verified file editing (bundled)
claude mcp add -s user hex-line -- npx -y @levnikolaevich/hex-line-mcp
# hex-ssh — token-efficient SSH with hash verification (bundled)
claude mcp add -s user hex-ssh -- npx -y @levnikolaevich/hex-ssh-mcp
# hex-graph — code knowledge graph (bundled)
claude mcp add -s user hex-graph -- npx -y @levnikolaevich/hex-graph-mcp
# hex-research — research hypothesis graph (bundled)
claude mcp add -s user hex-research -- npx -y @levnikolaevich/hex-research-mcptime · 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"]
}
}
}