time vs markplane
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | markplane by zerowand01 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 165 |
| 30天用量 | — | — |
| 综合分 | 77 | 48 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 效率工具开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | Rust |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
markplane · 概述
Markplane 是一款AI原生项目管理工具,将任务存储在markdown文件中,并通过MCP服务器提供功能。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
markplane · 使用场景
- AI助手通过自然语言命令创建、更新和优先级排序项目任务
- 项目经理通过Web界面跟踪进度和依赖关系,同时AI在会话间维护上下文
- 开发团队维护与代码变更同步的项目文档,通过版本控制管理
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"]
}
}
}markplane · 安装
安装
**Homebrew (macOS 和 Linux)**
brew install zerowand01/markplane/markplane**Shell 脚本 (macOS 和 Linux)**
curl -fsSL https://raw.githubusercontent.com/zerowand01/markplane/master/install.sh | sh**预编译二进制文件** 从 [GitHub Releases](https://github.com/zerowand01/markplane/releases) 下载适用于您平台的最新版本。
**Claude Desktop 的 MCP 设置** 添加到您的 Claude Desktop 配置中:
{
"mcpServers": {
"markplane": {
"command": "markplane",
"args": ["mcp"]
}
}
}或在代码库根目录添加 .mcp.json 文件进行项目级设置。