code-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
code-mcp by 54yyyu | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 37 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 38 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 14 个月前 | 本月 |
code-mcp · 概述
Code-MCP 通过 MCP 将 Claude AI 连接到开发环境,允许通过 AI 界面执行终端命令和文件操作。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
code-mcp · 使用场景
- 让 Claude AI 通过终端命令和文件操作直接与代码库交互
- 通过连接到远程服务器上运行的 Code-MCP 实例来处理远程代码库
- 使用模式匹配和函数级操作执行代码分析和编辑
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
code-mcp · 安装
安装
快速安装
**macOS / Linux:**
curl -LsSf https://raw.githubusercontent.com/54yyyu/code-mcp/main/install.sh | sh**Windows:**
powershell -c "Invoke-WebRequest -Uri https://raw.githubusercontent.com/54yyyu/code-mcp/main/install.ps1 -OutFile install.ps1; .\install.ps1"Claude Desktop 集成
- 使用项目路径运行设置助手:
code-mcp-setup /path/to/your/project- 或手动编辑 Claude Desktop 配置 (
claude_desktop_config.json):
{
"mcpServers": {
"code": {
"command": "code-mcp",
"args": [
"/path/to/your/project"
]
}
}
}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"]
}
}
}