MCP Catalogs
首页

claude-code-skills vs time

并排对比,帮你在这两个 MCP server 之间做选择。

claude-code-skills
by levnikolaevich
time
by modelcontextprotocol
Stars★ 465★ 85,748
30天用量
综合分5177
官方
分类
开发者工具AI / LLM 工具知识库 / RAG
效率工具开发者工具沟通协作
实现语言JavaScriptTypeScript
最近提交本月本月

claude-code-skills · 概述

Claude Code插件套件,包含hex-line、hex-graph、hex-ssh和hex-research等MCP服务器,提供增强的代码智能功能。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

claude-code-skills · 使用场景

  • 使用确定性编辑进行代码分析和审计
  • 通过具有哈希验证的SSH进行远程开发
  • 创建和导航代码知识图谱
  • 研究假设和任务管理

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

claude-code-skills · 安装

安装

**先决条件:** [Claude Code](https://docs.anthropic.com/en/docs/claude-code) 或 [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服务器安装:**

# hex-line — 哈希验证文件编辑(捆绑)
claude mcp add -s user hex-line -- npx -y @levnikolaevich/hex-line-mcp

# hex-ssh — 具有哈希验证的高效SSH(捆绑)
claude mcp add -s user hex-ssh -- npx -y @levnikolaevich/hex-ssh-mcp

# hex-graph — 代码知识图谱(捆绑)
claude mcp add -s user hex-graph -- npx -y @levnikolaevich/hex-graph-mcp

# hex-research — 研究假设图谱(捆绑)
claude mcp add -s user hex-research -- npx -y @levnikolaevich/hex-research-mcp

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。