mcp-robot vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-robot by makarski | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 31 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具其它 | 效率工具开发者工具沟通协作 |
| 实现语言 | Go | TypeScript |
| 最近提交 | 9 个月前 | 本月 |
mcp-robot · 概述
基于Go的MCP服务器SDK,具有类型安全工具定义和流畅API。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-robot · 使用场景
- 构建Go语言的MCP服务器实现自定义工具集成
- 创建带有自动验证的类型安全工具
- 实现天气或其他领域特定的工具
- 开发需要暴露MCP功能的Go应用程序
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-robot · 安装
go get github.com/makarski/mcp-robot对于Claude Desktop,添加到config.json:
{
"mcpServers": {
"mcp-robot": {
"command": "go",
"args": ["run", "github.com/makarski/mcp-robot"],
"env": {}
}
}
}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"]
}
}
}