Back to MCP Servers
Metatrader
Enable AI LLMs to execute trades using MetaTrader 5 platform
finance-fintechaillm
By ariadng
Installation
npx -y metatrader-mcp-serverConfiguration
{
"mcpServers": {
"metatrader-mcp-server": {
"command": "npx",
"args": ["-y", "metatrader-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes