QMT-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
QMT-MCP by guangxiangdebizi | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 181 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | FinanceDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 10 mo ago | this month |
QMT-MCP · Summary
QMT-MCP is a modular quantitative trading system integrating FastMCP with XTQuant for intelligent strategy generation and real-time trading execution.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
QMT-MCP · Use cases
- AI assistant helping traders implement and execute quantitative strategies
- Automating stock trading decisions based on generated signals
- Backtesting trading strategies with performance metrics
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
QMT-MCP · Install
Installation Steps
Requirements
- Python 3.8+
- XTQuant/QMT client (installed on Windows)
Setup
- Clone the repository
git clone https://github.com/guangxiangdebizi/QMT-MCP
cd QMT-MCP- Install dependencies
pip install -r requirements.txt- Create
.envfile with your configuration (see README for details)
- Start XTQuant client and ensure login
- Start the QMT-MCP server
python main.pyClaude Desktop Integration
Add to Claude Desktop configuration:
{
"mcpServers": {
"quantmcp": {
"command": "python",
"args": ["path/to/QMT-MCP/main.py"],
"env": {
"QMT_PATH": "your QMT installation path\userdata_mini"
}
}
}
}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"]
}
}
}