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).
Run
uvx mt5-trading-mcp
MCP client config
{
"mcpServers": {
"metatrader-5-mcp-bridge": {
"command": "uvx",
"args": [
"mt5-trading-mcp"
]
}
}
}