openfinclaw-cli vs time
Side-by-side comparison to help you pick between these two MCP servers.
openfinclaw-cli by mirror29 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 63 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
openfinclaw-cli · Summary
OpenFinClaw is an MCP server that provides AI-powered quant trading research, strategy generation, and backtesting capabilities across multiple AI platforms.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
openfinclaw-cli · Use cases
- Generate and backtest trading strategies through natural language prompts
- Access financial research and analysis across multiple markets
- Share and discover quant strategies through a community leaderboard
- Integrate quant trading capabilities into AI coding environments
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
openfinclaw-cli · Install
# Install with automatic configuration
npx @openfinclaw/cli@latest install
# Non-interactive install
npx @openfinclaw/cli@latest install --yes --platforms cursor,claude-code --tool-groups deepagent,strategy --api-key fch_xxx
# Configure Claude Desktop
# Add to ~/.claude/settings.json:
{
"mcpServers": {
"openfinclaw": {
"command": "npx",
"args": ["@openfinclaw/cli", "serve", "--tools=deepagent,strategy"],
"env": {
"OPENFINCLAW_API_KEY": "fch_xxx"
}
}
}
}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"]
}
}
}