mcp-server-playground vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-server-playground by chrisleekr | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 7 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 41 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具安全 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
mcp-server-playground · 概述
TypeScript 构建的 MCP 服务器,支持 HTTP 传输和 OAuth 代理,提供 AWS 服务、系统操作和数据流工具。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-server-playground · 使用场景
- 构建需要第三方提供者 OAuth 认证的安全 MCP 服务器
- 使用 Valkey 在分布式部署中实现有状态 MCP 会话
- 创建用于 AWS 服务调查和 AI 分析监控的工具
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-server-playground · 安装
安装步骤
- 克隆仓库:
git clone <your-repo>
cd mcp-server-playground- 安装 Bun(如果尚未安装):
curl -fsSL https://bun.sh/install | bash- 安装依赖:
bun install- 设置环境变量:
cp .env.example .env- 设置本地开发环境的 MCP 服务器:
bun run dev:setupClaude Desktop 配置
添加到您的 Claude Desktop config.json 文件:
{
"mcpServers": {
"mcp-server-playground": {
"command": "bun",
"args": ["run", "start"],
"env": {
"PORT": "3000"
}
}
}
}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"]
}
}
}