go-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
go-mcp-server by cbrgm | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 6 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 37 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具开发者工具其它 | 效率工具开发者工具沟通协作 |
| 实现语言 | Go | TypeScript |
| 最近提交 | 本月 | 本月 |
go-mcp-server · 概述
一个用Go语言实现的茶叶主题MCP服务器,提供工具、资源和提示功能,支持stdio和HTTP传输。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
go-mcp-server · 使用场景
- 学习MCP实现的教育工具
- 茶叶信息检索系统
- MCP协议演示测试服务器
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
go-mcp-server · 安装
安装
- 克隆仓库:
git clone https://github.com/cbrgm/go-mcp-server.git
cd go-mcp-server- 构建二进制文件:
go build ./cmd/go-mcp-server- 运行服务器:
# 默认stdio传输模式
./go-mcp-server
# HTTP传输模式
./go-mcp-server -transport http -port 8080**Claude Desktop配置:**
{
"mcpServers": {
"tea": {
"command": "go",
"args": ["run", "./cmd/go-mcp-server"],
"cwd": "/path/to/go-mcp-server"
}
}
}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"]
}
}
}