Odel
AiDataTaskRunerMcp

AiDataTaskRunerMcp

Local
@tradesystemsniqueUpdated 4mo ago

MCP server for AiDataTaskRunner Panel (MT5) - Control data generation and ML model training via MCP

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIaidatataskrunner-mcpv1.0.2

Run

uvx aidatataskrunner-mcp

MCP client config

{
  "mcpServers": {
    "aidatataskrunermcp": {
      "command": "uvx",
      "args": [
        "aidatataskrunner-mcp"
      ]
    }
  }
}