Odel
MetaTrader 5 MCP Bridge

MetaTrader 5 MCP Bridge

Local
@vincentwongso5PythonMITUpdated 1mo ago

Let an AI agent read and trade a MetaTrader 5 account over MCP, behind a human-approval gate.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImt5-trading-mcpv1.4.2

Run

uvx mt5-trading-mcp

MCP client config

{
  "mcpServers": {
    "metatrader-5-mcp-bridge": {
      "command": "uvx",
      "args": [
        "mt5-trading-mcp"
      ]
    }
  }
}