MCP metatrader: Server disconnected. For troubleshooting guidance, please visit our [debugging documentation](https://modelcontextprotocol.io/docs/tools/debugging)
Could not attach to MCP server metatrader
{
"mcpServers": {
"metatrader": {
"command": "metatrader-mcp-server",
"args": [
"--login", "MY_VALID_MT5_LOGIN",
"--password", "MY_VALID_MT5_PASSWORD",
"--server", "MY_VALID_MT5_SERVER",
"--transport", "stdio",
"--path", "C:\\Program Files\\MetaTrader 5\\terminal64.exe"
]
}
},
"coworkUserFilesPath": "C:\\Users\\Shimatai\\Claude",
"preferences": {
"coworkScheduledTasksEnabled": false,
"coworkHipaaRestricted": false,
"ccdScheduledTasksEnabled": false,
...
}
}
I'm getting the following errors:
Environment:
C:\Program Files\MetaTrader 5\terminal64.execlaude_desktop_config.json
What am I doing wrong?