Loading MCP server directory, please wait...
Let an AI agent read and trade a MetaTrader 5 account over MCP, behind a human-approval gate.
npx @getmcp/cli add io.github.vincentwongso/mt5-trading-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vincentwongso/mt5-trading-mcp": {
"command": "uvx",
"args": [
"mt5-trading-mcp"
],
"env": {
"MT5_LOGIN": "",
"MT5_PASSWORD": "",
"MT5_SERVER": ""
}
}
}
}