Complete MCP server for MT5: Through the MCP protocol, it allows [Trades, Orders, History, Graphic Objects, Terminal Logs, Compilation, etc.]
Project description
Universal MCP Server for MetaTrader 5 Trading & Data Operations
Overview
FullMt5McpByLeo is a complete, production-ready MCP server that enables Claude and other AI assistants to control MetaTrader 5 directly. Execute trades, retrieve market data, manage charts, analyze trading history, and automate MT5 operations through natural language.
Main Features (MCP Functions)
Trade Operations
Execute and manage trading positions and orders:
- Open Positions: Execute market trades (buy/sell) with immediate or pending orders
- Position Management: Modify stops/profits, close positions (full or partial)
- Order Management: Create, modify, and cancel pending limit/stop orders
- Trading History: Query completed deals with profit/loss analysis
Market Data & Symbols
Access real-time and historical data:
- OHLC Data: Retrieve candlestick data (open, high, low, close, volume, spread, etc..)
- Tick data: Retrieve Tick data (last, ask, bid, flags, etc..)
- Symbol Information: Get symbol properties (digits, spreads, swaps, volumes)
- Market Watch: Manage symbol selection and availability
Graphic Objects
Create and modify chart visualizations:
- Draw Objects: Create trend lines, rectangles, text labels, arrows
- Object Properties: Modify colors, styles, prices, text
- Chart Annotations: Add visual markers and indicators to charts
Chart Management
Control chart windows and redraw operations:
- Chart Operations: Open, close, list active charts
- Chart Properties: Read chart dimensions, colors, price ranges
- Visual Updates: Force chart redraw for real-time updates
Code & Terminal
Compile and execute Expert Advisors:
- Compilation: Compile MQL5 source to EX5 bytecode
- Backtesting: Run historical tests with multiple tick modeling
- EA Execution: Run Expert Advisors in real-time
- Logging: Retrieve EA logs for debugging and monitoring
- Terminal and Account: Obtaing terminal and acount info_* (integer, string, double)
Repository Structure
FullMt5McpByLeo/
├── Src/ # MQL5 Backend Functions
│ ....
├── mt5_mcp_by_leo/ # Python MCP Server
│ ....
Requirements
- For repo code
- Check: dependencies.json
- For user use:
- Check: pyproject.toml por py dependencies and min py version.
- EX5 of releases (Runner an McPServer).
- McpServer requerid a EX5 Library, pucharse in: TheBotPlace - McpServerByLeo
Installation of repo code
cd "C:\Users\YOUR USER\AppData\Roaming\MetaQuotes\Terminal\YOUR ID\MQL5\Shared Projects"
tsndep install "https://forge.mql5.io/nique_372/FullMt5McpByLeo.git"
- For use tsndep command requerid tsndep pacakage (avaible in pypi).. This command automatically downloads all dependencies and installs all requirements from the repositories.
- If any part of the system is private, then it will fail... contact me so I can give you access (if it's a product, you can buy it; if you have any questions, don't hesitate to contact me).
Quick Start (for final users)
1. Install Pacakage
pip install mt5-mcp-by-leo
2. Create a config json
Open Common\Files And create a file with this structure:
{
"general_config": {
"port": 9999,
"host": "127.0.0.1",
"mode": "fast_mcp"
},
"fast_mcp": {
"name": "FastMcpServer"
},
"http": {
"http_port": 8000,
"name": "HTTP Server",
"tools_namespace": "tools"
}
}
3. Configure in Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mt5_mcp_by_leo": {
"command": "python",
"args": ["-m",
"mt5_mcp_by_leo",
"--config",
"PATH_TO_FILE",
"--config_encodig",
"utf-8"
]
}
}
}
- PATH_TO_FILE: Path to json config file
4. Configure MetaTrader 5
In MT5: Tools → Options → Allowed URLs for WebRequest
- Add
127.0.0.1or host you configured. - Click Accept
- Enable AutoTrading and DLL imports
5. Open claude desktop
Open Claude Desktop. At that moment, a Python script is running in the background until it establishes a connection with the EA McpServer.ex5.
6 Compile & Attach EA
MetaEditor: Open Src/Mt5Mcp.mq5 → Compile (F5) Or Dowland Mt5Mcp.ex5 of releases (last version).
MT5: Drag Mt5Mcp.ex5 onto your chart and cofigure it, The parameters of the EA, such as port/host, must match the JSON of Claude Desktop
7. Use in Claude
Open a 0.01 lot BUY on EURUSD with SL at 1.0800 and TP at 1.0900
License
By downloading or using this repository, you accept the license terms.
Documentation
Contact
- Platform: MQL5 Community
- Profile: https://www.mql5.com/es/users/nique_372/news
Copyright © 2026 Niquel Mendoza (nique_372).
TSN Trading Systems ecosystem.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mt5_mcp_by_leo-1.0.6.tar.gz.
File metadata
- Download URL: mt5_mcp_by_leo-1.0.6.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89084b6eac0a229dba1d7867e51b99ff34537d312786843e9f6cd83d16b6a1ad
|
|
| MD5 |
70eaf5ab7d4d88048f44820b7638d4fc
|
|
| BLAKE2b-256 |
7d1b7c01746d49e63e881e7bb0093988c5b4bd13a7b55f481664ad6a1dd53a34
|
File details
Details for the file mt5_mcp_by_leo-1.0.6-py3-none-any.whl.
File metadata
- Download URL: mt5_mcp_by_leo-1.0.6-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60699e16c095e3a91c5bb489014bfe2b84be370eefb62f3fa32c882b306b0869
|
|
| MD5 |
50cac686e15582328c4bf7372efe6a72
|
|
| BLAKE2b-256 |
52c0ee7c6afe07e905a2658c0bf5762f99372b0e487d22ed1b8f8e472c637992
|