
QMT-MCP
Supports UIby guangxiangdebizi
Modular quantitative trading assistant integrating FastMCP and XTQuant for strategy generation and real-time execution.
What it does
Connects AI assistants to the XTQuant/QMT quantitative trading system, enabling the AI to generate strategies, execute real-time trades, and analyze backtest performance for stocks and futures.
Tools
place_order: Execute stock trades with symbol, quantity, price, and direction.cancel_order: Cancel existing orders by order ID.save_qmt_strategy: Save custom quantitative strategies to the QMT environment.generate_ma_strategy: Automatically generate and backtest a dual moving average strategy.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"quantmcp": {
"command": "python",
"args": ["path/to/Nondescript-MCP/main.py"],
"env": {
"QMT_PATH": "your/qmt/path/userdata_mini"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
python main.pyInformation
- Pricing
- free
- Published
- 4/20/2026
- stars






