Add AutoML server to community server list #2302
Open
+1
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
-Added a new community server: AutoML
-This server enables data science workflows including reading, preprocessing, model preparation, model selection, visualization, and hyperparameter tuning.
Server Details
Server Name: AutoML
Repository: https://github.com/emircansoftware/MCP_Server_DataScience
Changes to
-README.md – Added a link to the AutoML server under the "Community Servers" section.
Motivation and Context
-This server helps data scientists and machine learning engineers accelerate the process of building and optimizing models within the MCP framework. The server supports multiple key stages of the ML pipeline and is designed for flexible integration.
How Has This Been Tested?
-The server was tested with an Claude Desktop and MCP Inspector.
-Each tool (e.g., read_csv, visualize_correlation_matrix, hyperparameter_tuning) was called independently and returned expected JSON responses.
Breaking Changes
-No breaking changes.
Types of changes
-[x] New feature
Checklist
Additional context
-This server is intended for educational and general-purpose data analysis. It includes tools for loading datasets, exploring correlations, selecting models, and performing hyperparameter optimization using Optuna.