PluginBench
MCP Server

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MT5_LOGIN

    MetaTrader 5 account number. Optional: overrides the config file and an already-logged-in terminal.

  • MT5_PASSWORD
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →