time vs okx-agent-trade-kit
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | okx-agent-trade-kit by PlaceNL2026 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 86 |
| 30d uses | — | — |
| Score | 77 | 48 |
| 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.
okx-agent-trade-kit · Summary
OKX trading MCP server with 145 tools across 11 modules for crypto spot/futures/swap trading and account management.
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
okx-agent-trade-kit · Use cases
- Automated cryptocurrency trading through AI agents like Claude or Cursor
- Terminal-based trading operations using the CLI interface
- Market analysis with technical indicators and smart money signals
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"]
}
}
}okx-agent-trade-kit · Install
# 1. Install
npm install -g @okx_ai/okx-trade-mcp @okx_ai/okx-trade-cli
# 2. Configure OKX API credentials (interactive wizard)
okx config init
# 3. Register the MCP server with your AI client
okx-trade-mcp setup --client claude-desktopFor Claude Desktop, add to Claude's config.json:
{
"mcpServers": {
"okx": {
"command": "okx-trade-mcp",
"args": []
}
}
}