QuantDinger vs time
Side-by-side comparison to help you pick between these two MCP servers.
QuantDinger by brokermr810 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 5,392 | ★ 85,748 |
| 30d uses | — | — |
| Score | 58 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
QuantDinger · Summary
QuantDinger is an AI-powered quantitative trading platform with MCP server integration for market research and trading operations.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
QuantDinger · Use cases
- AI-driven market research and strategy development
- Automated backtesting of trading strategies
- AI agent-assisted trade execution with audit logging
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
QuantDinger · Install
QuantDinger can be installed via Docker Compose in just a few steps:
git clone https://github.com/brokermr810/QuantDinger.git && cd QuantDinger && cp backend_api_python/env.example backend_api_python/.env && chmod +x scripts/generate-secret-key.sh && ./scripts/generate-secret-key.sh && docker-compose up -d --buildAfter starting the service, access it at http://localhost:8888 with default credentials quantdinger/123456 (be sure to change the password).
To use with Claude Desktop, configure MCP server with:
{
"mcpServers": {
"quantdinger": {
"command": "uvx",
"args": ["quantdinger-mcp"],
"env": {
"QUANTDINGER_BASE_URL": "http://localhost:8888",
"QUANTDINGER_AGENT_TOKEN": "qd_agent_xxxxxxxx"
}
}
}
}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"]
}
}
}