mcp-mt5-strategie-server

florent427/mcp-mt5-strategie-server
★ 0 stars Python 🤖 AI/LLM Updated 8d ago
MCP server for MetaTrader 5 — full native coverage: MQL5 dev, backtest with real ticks, optimization
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-mt5-strategie-se": {
      "command": "uvx",
      "args": [
        "mcp-mt5-strategie-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-mt5-strategie-server