time vs spring-ai-playground
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | spring-ai-playground by spring-ai-community | |
|---|---|---|
| Stars | ★ 85,748 | ★ 113 |
| 30天用量 | — | — |
| 综合分 | 77 | 47 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 开发者工具AI / LLM 工具效率工具 |
| 实现语言 | TypeScript | Java |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
spring-ai-playground · 概述
跨平台桌面应用,用于构建、测试和发布MCP工具,采用'不通过不运行'安全工作流。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
spring-ai-playground · 使用场景
- 开发者在部署前构建带有内置验证的MCP工具
- 团队将MCP工具连接到Python、Node.js或混合环境
- Claude Desktop、Claude Code、Cursor和其他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"]
}
}
}spring-ai-playground · 安装
安装
桌面应用(推荐)
- 从[GitHub发布页面](https://github.com/spring-ai-community/spring-ai-playground/releases)下载适合您平台的安装程序
- 像普通桌面应用程序一样安装
- 从应用程序菜单启动Spring AI Playground
Docker
docker run -p 8282:8282 -v spring-ai-playground:/root ghcr.io/spring-ai-community/spring-ai-playgroundClaude Desktop配置
添加到您的Claude Desktop配置文件config.json:
{
"mcpServers": {
"spring-ai-playground": {
"command": "java",
"args": ["-jar", "path/to/spring-ai-playground.jar", "--spring.profiles.active=mcp-stdio"]
}
}
}