
Mt5 Mcp By Leo
Give your coding agent full MCP access to MetaTrader 5 trades, logs, and Expert Advisor compilation so you can debug and operate MT5 bots from the terminal.
Overview
mt5-mcp-by-leo is an MCP server for the Operate phase that gives agents broad MetaTrader 5 access including trades, logs, and compilation.
What is this MCP server?
- Full MT5 MCP surface: trades, logs, compilation, and related terminal operations
- PyPI package mt5-mcp-by-leo at version 1.0.7 with stdio transport
- Lets agents inspect execution and diagnostics without manual MT5 UI switching
- Supports EA development workflow tied to MetaTrader compilation
- Maintained on GitHub TradeSystemsNique/FullMt5McpByLeo
- PyPI package version 1.0.7
- Server metadata version 1.0.0
Community signal: 1 GitHub stars.
What problem does it solve?
Jumping between your IDE and MT5 for logs, trades, and compiles makes it hard for an agent to help you run and fix trading bots.
Who is it for?
Solo MT5 EA developers who want deep terminal integration from Claude Code or Cursor during development and live monitoring.
Skip if: Builders who do not use MetaTrader 5 or who only need read-only market data without terminal control.
What do I get? / Deliverables
Once configured, your agent can query MT5 state and perform compilation-oriented steps from MCP tool calls in one workflow.
- MCP tools for trade and account inspection on MT5
- MCP access to terminal logs and compilation workflows
- Local stdio integration for agent-driven MT5 operations
Recommended MCP Servers
Journey fit
Operate is the canonical shelf because trades, logs, and live terminal state are production-runtime concerns, even though you also touch Build when compiling EAs. monitoring matches reading trade history, logs, and terminal health from the agent without opening MT5 for every check.
How it compares
Deep MT5 terminal MCP, not a lightweight market-data quote plugin.
Common Questions / FAQ
Who is mt5-mcp-by-leo for?
It is for indie traders and developers on MetaTrader 5 who want their agent to access trades, logs, compilation, and related terminal features through MCP.
When should I use mt5-mcp-by-leo?
Use it when operating or debugging MT5 strategies and you want monitoring and compile checks from the same agent session as your code.
How do I add mt5-mcp-by-leo to my agent?
Install mt5-mcp-by-leo from PyPI, add a stdio MCP server block in your agent config, and run with MT5 available on the same machine.