MetaTrader 5 MCP Bridge MCP Server
io.github.vincentwongso/mt5-trading-mcp
What is the MetaTrader 5 MCP Bridge MCP server?
Let an AI agent read and trade a MetaTrader 5 account over MCP, behind a human-approval gate.
How to install MetaTrader 5 MCP Bridge
Copy-paste configuration for popular MCP clients.
MT5_LOGINMetaTrader 5 account number. Optional: overrides the config file and an already-logged-in terminal.
MT5_PASSWORDsecretMetaTrader 5 account password. Env-only so it never lands in a config file. Optional when the terminal is already logged in.
MT5_SERVERMetaTrader 5 broker/trade server name. Optional: overrides the config file and an already-logged-in terminal.
{
"mcpServers": {
"mt5-trading-mcp": {
"command": "uvx",
"args": [
"mt5-trading-mcp"
],
"env": {
"MT5_LOGIN": "<YOUR_MT5_LOGIN>",
"MT5_PASSWORD": "<YOUR_MT5_PASSWORD>",
"MT5_SERVER": "<YOUR_MT5_SERVER>"
}
}
}
}{
"mcpServers": {
"mt5-trading-mcp": {
"command": "uvx",
"args": [
"mt5-trading-mcp"
],
"env": {
"MT5_LOGIN": "<YOUR_MT5_LOGIN>",
"MT5_PASSWORD": "<YOUR_MT5_PASSWORD>",
"MT5_SERVER": "<YOUR_MT5_SERVER>"
}
}
}
}{
"mcpServers": {
"mt5-trading-mcp": {
"command": "uvx",
"args": [
"mt5-trading-mcp"
],
"env": {
"MT5_LOGIN": "<YOUR_MT5_LOGIN>",
"MT5_PASSWORD": "<YOUR_MT5_PASSWORD>",
"MT5_SERVER": "<YOUR_MT5_SERVER>"
}
}
}
}{
"servers": {
"mt5-trading-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mt5-trading-mcp"
],
"env": {
"MT5_LOGIN": "<YOUR_MT5_LOGIN>",
"MT5_PASSWORD": "<YOUR_MT5_PASSWORD>",
"MT5_SERVER": "<YOUR_MT5_SERVER>"
}
}
}
}claude mcp add mt5-trading-mcp --env MT5_LOGIN=<YOUR_MT5_LOGIN> --env MT5_PASSWORD=<YOUR_MT5_PASSWORD> --env MT5_SERVER=<YOUR_MT5_SERVER> -- uvx mt5-trading-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.