time vs markview
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | markview by paulhkang94 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 29 |
| 30天用量 | — | — |
| 综合分 | 77 | 44 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 开发者工具效率工具AI / LLM 工具 |
| 实现语言 | TypeScript | HTML |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
markview · 概述
为 Claude Code 提供原生 macOS 预览功能的 MCP 服务器,支持 GitHub 风格 Markdown 和 Mermaid 图表。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
markview · 使用场景
- Claude Code 用户需要实时预览 Markdown 内容
- 开发者需要在不切换上下文的情况下可视化 Mermaid 图表
- 团队需要原生、快速的 Markdown 预览器,避免 Electron 的性能开销
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"]
}
}
}markview · 安装
安装
使用 Homebrew(推荐)
brew install --cask paulhkang94/markview/markviewClaude Desktop 配置
在 ~/Library/Application Support/Claude/claude_desktop_config.json 中添加:
{
"mcpServers": {
"markview": {
"command": "npx",
"args": ["mcp-server-markview"]
}
}
}Claude Code 配置
claude mcp add --transport stdio --scope user markview -- npx mcp-server-markview