This is a C++ MCP server that bridges Claude directly to MetaTrader 5 trading operations. It exposes the full MQL5 API through a dual architecture: a C++ frontend using simdjson for speed (averaging 10ms response time) and an MQL5 backend running as an Expert Advisor. You get trade execution (market and pending orders), position management, historical deal queries, OHLC and tick data retrieval, chart object drawing, EA compilation and backtesting, and terminal logging. Unlike Python mt5 package wrappers, this gives you chart management and graphical annotations. Setup requires purchasing the McpServerByLeo library from TheBotPlace, running the included EA on your MT5 terminal, and connecting via stdio or HTTP. Reach for this when you need AI driven trade automation with full platform access beyond basic order placement.
claude mcp add --transport stdio io.github.tradesystemsnique-mt5-mcp-by-leo -- uvx mt5-mcp-by-leo