Skip to content
Cursor

mcp ml lab for Cursor

io.github.rohithraju-ops/mcp-ml-lab

Run end-to-end ML experiments from natural language (XGBoost, LightGBM, Optuna).

client:Cursor transport:stdio runtime:pypi

Install mcp ml lab in Cursor

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

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

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

mcp ml lab in other clients