mcpbeat Sign in

MetaTrader 5 MCP Bridge MCP Server

by vincentwongso Your server? Claim it
local only

MetaTrader 5 MCP Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 283 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.

Installs per day peak 115 · avg 41 · -32% w/w
a month agotoday
283
Installs / week
pypi · mt5-trading-mcp
5
Stars
0 open issues
21 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/publish.yml:120
      - name: Create or update GitHub release
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check MetaTrader 5 MCP Bridge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mt5-trading-mcp -- uvx mt5-trading-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mt5-trading-mcp": {
      "args": [
        "mt5-trading-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mt5-trading-mcp]
command = "uvx"
args = ["mt5-trading-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mt5-trading-mcp": {
      "args": [
        "mt5-trading-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mt5-trading-mcp": {
      "args": [
        "mt5-trading-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MT5_LOGIN (MetaTrader 5 account number. Optional: overrides the config file and an already-logged-in terminal.), MT5_PASSWORD (MetaTrader 5 account password. Env-only so it never lands in a config file. Optional when the terminal is already logged in.), MT5_SERVER (MetaTrader 5 broker/trade server name. Optional: overrides the config file and an already-logged-in terminal.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MetaTrader 5 MCP Bridge

same job, measured the same way
Xero MCP
by servosity

Every Xero Accounting read plus a local SQLite ledger - aging, reconciliation, and GL tie-out

local only
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering
NP Ledger
by npledger

Nonprofit fund accounting your AI agent helps you run — read the books and post entries.

answering
Clawvault MCP Server
by andrewszk

AI agent payment security - spending limits, whitelists, and human approval.

47 installs/wk local only
TILL
by tillbooks

Swiss accounting your agent can actually use: the TILL ledger over MCP.

38 installs/wk local only
AurasPay Merchant MCP
by auraspay

Review AurasPay merchant payments and prepare payment links with scoped OAuth and human approval.

answering
TickerAll
by tickerall

Connect your MetaTrader 5 accounts to Claude: trading, market data, account management.

answering
C
HumansLikeStuff MCP
by humanslikestuff

Arrange US physical gifts and branded merchandise with human quote and payment approval.

2 tools answering

MetaTrader 5 MCP Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for MetaTrader 5 MCP Bridge?
MetaTrader 5 MCP Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mt5-trading-mcp was installed 283 times last week.
How do I connect MetaTrader 5 MCP Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mt5-trading-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use MetaTrader 5 MCP Bridge?
The pypi package mt5-trading-mcp was installed 283 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MetaTrader 5 MCP Bridge open source?
Yes — it is published under the MIT licence, written in Python and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.