About
Scikit Learn — Model Context Protocol server
README
Overview
This is a Model Context Protocol server for Scikit-learn, providing a standardized interface for interacting with Scikit-learn models and datasets.
Features
- Train and evaluate Scikit-learn models
- Handle datasets and data preprocessing
- Model persistence and loading
- Feature engineering and selection
- Model evaluation metrics
- Cross-validation and hyperparameter tuning
Run this project locally
This project is not yet set up for ephemeral environments (e.g. uvx usage). Run this project locally by cloning this repo:
git clone https://github.com/yourusername/mcp-server-scikit-learn.git
cd mcp-server-scikit-learn
You can launch the MCP inspector via npm:
npx @modelcontextprotocol/inspector uv --directory=src/mcp_server_scikit_learn run mcp-server-scikit-learn
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
OR Add this tool as a MCP server:
{
"scikit-learn": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-server-scikit-learn",
"run",
"mcp-server-scikit-learn"
]
}
}
Development
- Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
- Install dependencies:
pip install -e ".[dev]"
- Run tests:
pytest -s -v tests/
License
Installing Scikit Learn
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/shibuiwilliam/mcp-server-scikit-learnFAQ
Is Scikit Learn MCP free?
Yes, Scikit Learn MCP is free — one-click install via Unyly at no cost.
Does Scikit Learn need an API key?
No, Scikit Learn runs without API keys or environment variables.
Is Scikit Learn hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Scikit Learn in Claude Desktop, Claude Code or Cursor?
Open Scikit Learn on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Scikit Learn with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
