MetaTrader 5 MCP Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 376 installs a week from pypi. Last commit 21 Jul 2026.
Let an AI agent read and trade a MetaTrader 5 account over MCP, behind a human-approval gate.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mt5-trading-mcp -- uvx mt5-trading-mcp
{
"mcpServers": {
"mt5-trading-mcp": {
"args": [
"mt5-trading-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.mt5-trading-mcp]
command = "uvx"
args = ["mt5-trading-mcp"]
{
"mcpServers": {
"mt5-trading-mcp": {
"args": [
"mt5-trading-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mt5-trading-mcp": {
"args": [
"mt5-trading-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.