metatrader-mcp-server
Allows automated trading by processing TradingView Pine Script strategy alerts via webhook, enabling market order execution with custom stop loss and take profit levels in MetaTrader 5.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@metatrader-mcp-servercheck my account balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UT Bot MetaTrader 5 Webhook Bridge & AI Agent
Automate your TradingView Pine Script alerts directly into MetaTrader 5 (MT5) with custom Stop Loss (SL) and Take Profit (TP) levels using FastAPI, ngrok, and the Antigravity developer agent.
🌟 How It Works
[TradingView Strategy Alert]
│ (Triggers & sends JSON payload)
â–¼
[ngrok Tunnel (Public URL)]
│ (Forwards to local machine)
â–¼
[FastAPI Webhook Server]
│ (Parses payload & gets current price)
â–¼
[MetaTrader 5 Client]
│ (Executes market order with SL & TP)
â–¼
[MT5 Terminal]Related MCP server: MetaTrader 5 MCP Server
📋 Prerequisites
Windows OS (required for the MetaTrader 5 Python SDK).
Python 3.10+ installed.
MetaTrader 5 Desktop Terminal installed and logged into your broker account.
Algorithmic Trading Enabled:
Open MT5.
Go to Tools âž” Options âž” Expert Advisors.
Check "Allow algorithmic trading" and click OK.
🚀 Quick Start & Installation
Step 1: Install Dependencies
Install the required Python packages:
pip install fastapi uvicorn metatrader-mcp-server pydanticStep 2: Configure Antigravity MCP Server
To allow Antigravity to check your balances, open positions, and manage trades using natural language, update your global Antigravity configuration file:
File Path: C:\Users\DATA ENG. OLA\.gemini\config\mcp_config.json
Add the "metatrader" server configuration:
{
"mcpServers": {
"metatrader": {
"command": "C:\\Users\\DATA ENG. OLA\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python313\\Scripts\\metatrader-mcp-server.exe",
"args": [
"--login", "YOUR_MT5_LOGIN",
"--password", "YOUR_MT5_PASSWORD",
"--server", "YOUR_MT5_SERVER",
"--transport", "stdio"
]
}
}
}(Make sure to adjust the path to your python local-packages directory if it differs).
Step 3: Set Up the Webhook Bridge
Create the webhook_bridge.py file to receive and process alerts from TradingView. The script automatically handles symbol cleaning (removing exchange prefixes like EXNESS:) and resolves library-specific SL/TP validation bugs.
Running the Server
Run the webhook bridge on port 5001:
python webhook_bridge.pyStep 4: Expose the Port Using ngrok
Expose port 5001 to the internet to get a public URL for TradingView:
ngrok http 5001Copy the generated Forwarding URL (e.g. https://your-subdomain.ngrok-free.dev).
📊 TradingView Integration
Step 1: Save the Pine Script
Create a new Pine Editor script in TradingView and paste the code from ut_bot_strategy.pine. Click Save and Add to chart.
Step 2: Set Up the Alert
Press
Alt + Ato open the Create Alert dialog.Condition: Select
UT Bot Strategy – Buy & Sell with SL/TP.Trigger: Select
Alert() function calls only(crucial for sending dynamic JSON parameters).Webhook URL: Under the Notifications tab, check Webhook URL and paste your public ngrok URL with
/webhookat the end:https://your-subdomain.ngrok-free.dev/webhookAlert Name:
UT Bot MT5 Automation.Clear the Message box.
Click Create.
🔒 Security Recommendations
Demo First: Always test with a demo/trial account before using real money.
Firewalling: Use an authentication mechanism or limit ngrok access if deploying to a production VPS.
This server cannot be deployed
Maintenance
Related MCP Connectors
Trade 16 crypto exchanges + MetaTrader 5 from your AI assistant via one MCP connection.
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
Trade across 22+ exchanges and brokers from any MCP-capable AI agent, no install required.
Agentic brokerage access to a US brokerage account: quotes, orders, positions, cash and documents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with the MetaTrader 5 trading platform for market data analysis, placing trades, and managing trading positions. Provides comprehensive access to forex and financial market operations through the Model Context Protocol.1-
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to connect to MetaTrader 5 for trading, market data access, and account management through the Model Context Protocol.91 PyPI220MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with MetaTrader 5 for market data, technical analysis, Fibonacci calculations, and trading via MCP clients such as Claude.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to trade on MetaTrader 5 using natural language, supporting account management, order placement, and real-time market data.1MIT