opencode-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
opencode-mcp by AlaeddineMessadi | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 39 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 47 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
opencode-mcp · 概述
将 OpenCode AI 的 79 个工具与 MCP 客户端集成的 MCP 服务器,用于自主编码任务。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
opencode-mcp · 使用场景
- 将构建 REST API 或重构模块等复杂编码任务委托给 OpenCode,同时主要 AI 继续工作
- 使用即发即忘工具与其他工作并行运行后台编码任务
- 使用工作流提示模板自动执行代码审查和调试会话
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
opencode-mcp · 安装
安装
先决条件:必须安装 [OpenCode](https://opencode.ai/)。
**Claude Code:**
claude mcp add opencode -- npx -y opencode-mcp**Claude Desktop / Cursor / Windsurf:** 添加到您的 MCP 配置中:
{
"mcpServers": {
"opencode": {
"command": "npx",
"args": ["-y", "opencode-mcp"]
}
}
}**VS Code Copilot / Zed / Amazon Q:** 有关客户端特定设置,请参阅[配置](docs/configuration.md)。
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"]
}
}
}