Skip to content
Cursor

MetaTrader 5 MCP Bridge for Cursor

io.github.vincentwongso/mt5-trading-mcp

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

client:Cursor transport:stdio runtime:pypi

Install MetaTrader 5 MCP Bridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mt5-trading-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mt5-trading-mcp"
      ],
      "env": {
        "MT5_LOGIN": "<MT5_LOGIN>",
        "MT5_PASSWORD": "<MT5_PASSWORD>",
        "MT5_SERVER": "<MT5_SERVER>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MetaTrader 5 MCP Bridge in other clients