metatrader-mcp-server
The MetaTrader MCP Server allows AI assistants to execute trades on the MetaTrader 5 platform using natural language commands.
The MetaTrader MCP Server acts as a bridge between AI assistants and the MetaTrader 5 trading platform, enabling users to interact with their trading accounts through simple voice or text commands. Instead of navigating through the platform manually, users can instruct their AI to perform actions such as checking account balances, placing trades, or managing positions with ease. This integration streamlines the trading process, making it more accessible for those who prefer conversational interfaces. With support for multiple AI platforms, including Claude and ChatGPT, the MCP Server provides flexibility in how users choose to engage with their trading activities. The server interprets natural language requests and translates them into actionable commands for MetaTrader 5, thus enhancing the trading experience and allowing for more efficient management of trading strategies.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"metatrader-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-metatrader-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions