ccxt-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
ccxt-mcp by lazy-dinosaur | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 85 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
ccxt-mcp · Summary
CCXT MCP Server enables AI models to interact with 100+ cryptocurrency exchanges through MCP protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ccxt-mcp · Use cases
- Automated cryptocurrency trading through AI assistants
- Portfolio performance analysis across multiple exchanges
- Risk management with technical indicators and volatility-based stops
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
ccxt-mcp · Install
Installation
Global Installation
npm install -g @lazydino/ccxt-mcpRunning with npx
npx @lazydino/ccxt-mcpClaude Desktop Configuration
{
"mcpServers": {
"ccxt-mcp": {
"command": "npx",
"args": ["-y", "@lazydino/ccxt-mcp"],
"mcpBearerToken": "YOUR_MCP_TOKEN",
"accounts": [
{
"name": "bybit_main",
"exchangeId": "bybit",
"apiKey": "YOUR_API_KEY",
"secret": "YOUR_SECRET_KEY",
"defaultType": "spot"
}
]
}
}
}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"]
}
}
}