time vs adaptive-cards-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | adaptive-cards-mcp by VikrantSingh01 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 26 |
| 30天用量 | — | — |
| 综合分 | 77 | 46 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | AI / LLM 工具效率工具开发者工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
adaptive-cards-mcp · 概述
AI 自适应卡片 MCP 服务器,包含 9 个工具,可为 Teams、Outlook、Copilot 和 ChatGPT 生成、验证和优化卡片。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
adaptive-cards-mcp · 使用场景
- 为 Teams 生成带有正确验证的费用审批卡片
- 将 API 响应数据转换为具有适当布局的自适应卡片
- 优化现有卡片以提高可访问性和跨平台兼容性
- 为部署警报创建 CI/CD 通知卡片
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"]
}
}
}adaptive-cards-mcp · 安装
安装
无需安装 — npx 会自动下载并运行它。
Claude Desktop
添加到 Claude Desktop 配置中:
{
"mcpServers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": ["adaptive-cards-mcp"]
}
}
}GitHub Copilot (VS Code)
添加到 .vscode/mcp.json:
{
"servers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": ["adaptive-cards-mcp"]
}
}
}Cursor
添加到 .cursor/mcp.json:
{
"mcpServers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": ["adaptive-cards-mcp"]
}
}
}