time vs mcp-crypto-price
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | mcp-crypto-price by truss44 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 39 |
| 30天用量 | — | — |
| 综合分 | 77 | 45 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 金融数据AI / LLM 工具开发者工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-crypto-price · 概述
MCP服务器通过CoinCap API提供实时加密货币价格分析和市场数据。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-crypto-price · 使用场景
- 跟踪当前加密货币价格和24小时市场变化
- 分析历史价格趋势和技术指标
- 比较交易所并获得市场分析见解
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"]
}
}
}mcp-crypto-price · 安装
- 安装Node.js 22.14+
- 在[pro.coincap.io/dashboard](https://pro.coincap.io/dashboard)获取免费的CoinCap API密钥
- 添加到Claude Desktop配置:
{
"mcpServers": {
"mcp-crypto-price": {
"command": "npx",
"args": ["-y", "mcp-crypto-price"],
"env": {
"COINCAP_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}