MCP Server
Active
io.github.TradeSystemsNique/mt5-mcp-by-leo MCP Server
io.github.TradeSystemsNique/mt5-mcp-by-leo
What is the io.github.TradeSystemsNique/mt5-mcp-by-leo MCP server?
Full MCP server for MT5: access trades, logs, compilation, etc..
How to install io.github.TradeSystemsNique/mt5-mcp-by-leo
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mt5-mcp-by-leo": {
"command": "uvx",
"args": [
"mt5-mcp-by-leo"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mt5-mcp-by-leo": {
"command": "uvx",
"args": [
"mt5-mcp-by-leo"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mt5-mcp-by-leo": {
"command": "uvx",
"args": [
"mt5-mcp-by-leo"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mt5-mcp-by-leo": {
"type": "stdio",
"command": "uvx",
"args": [
"mt5-mcp-by-leo"
]
}
}
}Claude Code
claude mcp add mt5-mcp-by-leo -- uvx mt5-mcp-by-leoRelated MCP servers
MCP server for AiDataTaskRunner Panel (MT5) - Control data generation and ML model training via MCP
0
View repository →