MCP Catalogs
Home

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
Score4577
Official
Categories
FinanceDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit10 mo agothis 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

  1. Clone the repository
git clone https://github.com/guangxiangdebizi/QMT-MCP
cd QMT-MCP
  1. Install dependencies
pip install -r requirements.txt
  1. Create .env file with your configuration (see README for details)
  1. Start XTQuant client and ensure login
  1. Start the QMT-MCP server
python main.py

Claude 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.