mt-data-mcp

emerzon/mt-data-mcp
★ 11 stars Python 💻 Code/Dev Tools Updated today
A MCP server for MetaTrader5 that provides market data and technical indicators
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mt-data-mcp": {
      "command": "uvx",
      "args": [
        "mt-data-mcp"
      ]
    }
  }
}

Or install with pip: pip install mt-data-mcp