Skip to content
Grok

mcp ml lab for Grok

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

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

client:Grok transport:stdio runtime:pypi

Install mcp ml lab in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp ml lab in other clients