Skip to content
VS Code

mcp ml lab for VS Code

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

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

client:VS Code transport:stdio runtime:pypi

Install mcp ml lab in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp ml lab in other clients