time vs mcp-crypto-price
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-crypto-price by truss44 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 39 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-crypto-price · Summary
MCP server providing real-time cryptocurrency price analysis and market data via CoinCap API.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-crypto-price · Use cases
- Track current cryptocurrency prices and 24h market changes
- Analyze historical price trends and technical indicators
- Compare exchanges and get market analysis insights
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}mcp-crypto-price · Install
- Install Node.js 22.14+
- Get a free CoinCap API key at [pro.coincap.io/dashboard](https://pro.coincap.io/dashboard)
- Add to Claude Desktop config:
{
"mcpServers": {
"mcp-crypto-price": {
"command": "npx",
"args": ["-y", "mcp-crypto-price"],
"env": {
"COINCAP_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}