automl-mcp.md

AutoML MCP

UI App
from"automl"
780

Data analysis workflows with preprocessing, feature engineering, and visualization

AI & ML
AutoMLdata analysisvisualizationML
install.sh
# Clone the repository
$git clone https://github.com/automl/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve