frontmcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
frontmcp by agentfront | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 143 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 49 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具运维基建 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
frontmcp · 概述
使用装饰器、依赖注入和可流式HTTP传输构建MCP服务器的TypeScript优先框架。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
frontmcp · 使用场景
- 使用TypeScript类型安全构建生产就绪的MCP服务器
- 创建具有编排工具链的复杂代理工作流程
- 为代理市场开发具有HTTP可发现清单的技能
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
frontmcp · 安装
安装
需要 **Node.js 24+**。
# 新项目(推荐)
npx frontmcp create my-app
# 现有项目
npm i -D frontmcp @types/node@^24
npx frontmcp initClaude Desktop 配置
添加到 Claude Desktop 的 config.json:
{
"mcpServers": {
"frontmcp": {
"command": "node",
"args": ["/path/to/your/server.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"]
}
}
}