Complete MCP server for MT5: Through the MCP protocol, it allows [Trades, Orders, History, Graphic Objects, Terminal Logs, Compilation, etc.] (Mirror)
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fullmt5mcpbyleo": {
"command": "npx",
"args": [
"-y",
"TradeSystemsNique/FullMt5McpByLeo"
]
}
}
}
Run in terminal:
claude mcp add fullmt5mcpbyleo npx -y TradeSystemsNique/FullMt5McpByLeo
Add to .cursor/mcp.json:
{
"mcpServers": {
"fullmt5mcpbyleo": {
"command": "npx",
"args": [
"-y",
"TradeSystemsNique/FullMt5McpByLeo"
]
}
}
}
README Excerpt
<!-- mcp-name: io.github.TradeSystemsNique/mt5-mcp-by-leo --> <p align="center"> <img src="https://img.shields.io/badge/Language-C++-3776ab?style=flat-square"/> <img src="https://img.shields.io/badge/MQL5-Backend-13C7DE?style=flat-square"/> <img src="https://img.shields.io/badge/Protocol-MCP-1B6CA8?style=flat-square"/>