
MetaTrader MCP
Integrate FlowHunt with MetaTrader MCP Server to automate and execute trades on MetaTrader 5 using advanced AI Language Models (LLMs). Achieve seamless AI-power...

Integrate AI LLMs with MetaTrader 5 for seamless, automated trading and intelligent portfolio management via the MetaTrader MCP Server.
The MetaTrader MCP Server is a Model Context Protocol (MCP) server built in Python that enables AI Large Language Models (LLMs) to interact with and execute trades on the MetaTrader 5 trading platform. By acting as a bridge between AI assistants and MetaTrader, it allows automated, intelligent trading operations such as placing, modifying, or closing orders directly from within AI-driven workflows. The server empowers developers and AI agents to enhance trading strategies, manage trading accounts, and analyze market data in real-time, all through standardized MCP interfaces. This significantly streamlines the development of AI trading assistants and facilitates robust integration with existing development environments.
No explicit prompt templates are listed in the provided repository or documentation.
No explicit MCP resources are described in the provided repository or documentation.
No detailed tool definitions are provided in the available documentation or file listings. The server’s primary function is to enable trading actions via MetaTrader 5, but specific MCP tool names or interfaces are not enumerated.
No setup instructions for Windsurf are provided in the available documentation.
pip install metatrader-mcp-server
Tools > Options and check Allow algorithmic trading.{
"mcpServers": {
"metatrader": {
"command": "metatrader-mcp-server",
"args": [
"--login", "<YOUR_MT5_LOGIN>",
"--password", "<YOUR_MT5_PASSWORD>",
"--server", "<YOUR_MT5_SERVER>"
]
}
}
}
Use environment variables to store sensitive information. Example:
{
"mcpServers": {
"metatrader": {
"command": "metatrader-mcp-server",
"args": [],
"env": {
"MT5_LOGIN": "<YOUR_MT5_LOGIN>",
"MT5_PASSWORD": "<YOUR_MT5_PASSWORD>",
"MT5_SERVER": "<YOUR_MT5_SERVER>"
}
}
}
}
No setup instructions for Cursor are provided in the available documentation.
No setup instructions for Cline are provided in the available documentation.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"metatrader": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change "metatrader" to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | None found |
| List of Resources | ⛔ | None found |
| List of Tools | ⛔ | None found |
| Securing API Keys | ✅ | Shown via env example |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
This MCP server is focused and well-documented for MetaTrader integration, but lacks details on prompts, resources, and tool definitions in the public documentation. It is easy to set up for Claude Desktop, and includes basic security best practices. However, the lack of explicit MCP resources, prompt templates, and tool descriptions limits its composability and discoverability for advanced MCP workflows.
| Has a LICENSE | ✅ MIT |
|---|---|
| Has at least one tool | ⛔ |
| Number of Forks | 12 |
| Number of Stars | 54 |
Rating:
Given the clarity of setup but the absence of explicit MCP prompt, resource, or tool definitions, this MCP server would be rated 5/10 for general MCP utility and composability. It’s functional for its core use case, but lacks broader MCP ecosystem features.
Boost your trading workflows by connecting AI agents directly to MetaTrader 5 through the MetaTrader MCP Server. Streamline automation, analytics, and risk management today.

Integrate FlowHunt with MetaTrader MCP Server to automate and execute trades on MetaTrader 5 using advanced AI Language Models (LLMs). Achieve seamless AI-power...

The Alpaca MCP Server enables AI assistants and large language models to interact with Alpaca’s trading platform via natural language, allowing for stock and op...

The Trade Agent MCP Server empowers AI agents to interact with leading stock and crypto brokerages via natural-language commands. Execute trades, manage portfol...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.