mcp-starter-template vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-starter-template by Git-Fg | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 36 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具其它 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
mcp-starter-template · 概述
一个用于创建自主 MCP 服务器的 TypeScript 模板,采用工具优先架构。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-starter-template · 使用场景
- 快速构建具有适当工具定义的新 MCP 服务器
- 创建需要详细描述工具的自主代理功能
- 构建需要运行时启用/禁用功能的 MCP 服务器
- 为代理编排开发具有全面元数据的工具
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-starter-template · 安装
安装
- **克隆仓库**
git clone https://github.com/Git-Fg/mcp-starter-template.git
cd mcp-starter-template- **安装依赖**
pnpm install- **构建服务器**
pnpm run build- **运行测试**
pnpm testClaude Desktop 集成
将以下内容添加到您的 claude_desktop_config.json 中:
{
"mcpServers": {
"mcp-starter-template": {
"command": "node",
"args": ["dist/index.js"]
}
}
}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"]
}
}
}