MetaTrader 5 MCP Bridge
Rank #10,414io.github.vincentwongso/mt5-trading-mcp
Let an AI agent read and trade a MetaTrader 5 account over MCP, behind a human-approval gate.
MetaTrader 5 MCP Bridge is a Model Context Protocol (MCP) server published by vincentwongso. It ranks #10,414 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. MetaTrader 5 MCP Bridge is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 30, 2026 and most recently updated on Jun 25, 2026.
Ranks ahead of 121,632 of 132,046 servers on MCP Toplist.
Use MetaTrader 5 MCP Bridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mt5-trading-mcp -e "MT5_LOGIN=<your MT5_LOGIN>" -e "MT5_PASSWORD=<your MT5_PASSWORD>" -e "MT5_SERVER=<your MT5_SERVER>" -- uvx mt5-trading-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mt5-trading-mcp]
command = "uvx"
args = ["mt5-trading-mcp"]
[mcp_servers.mt5-trading-mcp.env]
MT5_LOGIN = "<your MT5_LOGIN>"
MT5_PASSWORD = "<your MT5_PASSWORD>"
MT5_SERVER = "<your MT5_SERVER>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vincentwongso%2Fmt5-trading-mcp)<a href="https://mcptoplist.com/server/io.github.vincentwongso%2Fmt5-trading-mcp"><img src="https://mcptoplist.com/badge/io.github.vincentwongso%2Fmt5-trading-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vincentwongso
Available versions (1)
| Version | Published |
|---|---|
| 1.4.2 | Jun 25, 2026 |
Frequently asked questions
- Who maintains MetaTrader 5 MCP Bridge?
- MetaTrader 5 MCP Bridge is maintained by vincentwongso, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is MetaTrader 5 MCP Bridge listed on the Official MCP Registry?
- Yes — MetaTrader 5 MCP Bridge is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MetaTrader 5 MCP Bridge have?
- MCP Toplist tracks 1 version of MetaTrader 5 MCP Bridge, most recently published on Jun 25, 2026.
- Where can I find the source code for MetaTrader 5 MCP Bridge?
- The source code for MetaTrader 5 MCP Bridge is hosted at github.com/vincentwongso/mt5-trading-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.