Skip to content
Cursor

aidatataskrunner mcp for Cursor

io.github.tradesystemsnique/aidatataskrunner-mcp

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

client:Cursor transport:stdio runtime:pypi

Install aidatataskrunner mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aidatataskrunner mcp in other clients