mt5-quant

masdevid/mt5-quant
★ 7 stars Rust 💻 Code/Dev Tools Updated 1d ago
MCP server for MetaTrader 5 — compile, backtest & optimize MQL5 EAs on macOS and Linux
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mt5-quant": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mt5-quant"
      ]
    }
  }
}