Run end-to-end ML experiments from natural language (XGBoost, LightGBM, Optuna).
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).
Run
uvx mcp-ml-lab
MCP client config
{
"mcpServers": {
"mcp-ml-lab": {
"command": "uvx",
"args": [
"mcp-ml-lab"
]
}
}
}