time vs mcp-explorer
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | mcp-explorer by ventz | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30天用量 | — | — |
| 综合分 | 77 | 36 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 开发者工具AI / LLM 工具其它 |
| 实现语言 | TypeScript | JavaScript |
| 最近提交 | 本月 | 2 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-explorer · 概述
一款基于Web的MCP服务器探索工具,提供浏览工具、资源和提示的界面。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-explorer · 使用场景
- MCP服务器调试和测试
- 探索新的MCP服务器功能
- 使用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"]
}
}
}mcp-explorer · 安装
# 克隆仓库
git clone https://github.com/ventz/mcp-explorer.git
cd mcp-explorer
# 安装依赖
uv sync
# 运行服务器
uv run python app.py或使用pip:
pip install fastapi 'uvicorn[standard]' jinja2 mcp
python app.py然后在浏览器中打开 http://localhost:8000。