Auto ML - Automated Machine Learning Platform
Active
An intelligent automated machine learning platform that provides comprehensive data analysis, preprocessing, model selection, and hyperparameter tuning capabilities through Model Context Protocol (MCP) tools.
Updated 8/8/2025
Key Features
What makes this MCP server special
Data Analysis & Exploration
 Data Preprocessing
 Machine Learning Models
 Model Evaluation & Visualization
 Hyperparameter Tuning
Requirements
uv
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
https://github.com/emircansoftware
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
https://github.com/emircansoftware/AutoML/blob/main/README.md#%EF%B8%8F-installation2. Configuration
{
  "mcpServers": {
    "AutoML": {
      "command": "uv",
      "args": [
        "--directory",
        "C:\\YOUR\\PROJECT\\PATH\\AutoML",
        "run",
        "main.py"
      ]
    }
  }
}3. Usage Example
-