# h2oai/h2o-3 | Model Context Protocol (MCP) Server > H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc. - **Stars**: ⭐ 7,503 - **Language**: Jupyter Notebook - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "h2o-3": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-h2o-3" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "h2o-3": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-h2o-3" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-h2o-3` - **Docker**: `docker run -i --rm mcp/h2o-3`