loading…
Search for a command to run...
loading…
Data Science AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Data Science AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Data Science Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
feature_importance |
Rank features by estimated importance for a prediction task. |
model_comparison |
Compare ML models across metrics. Returns composite scores, speed |
dataset_profiler |
Profile a dataset: completeness, quality issues, type distribution, |
correlation_finder |
Compute pairwise Pearson correlations between variables. Flags strong |
visualization_recommender |
Recommend visualizations based on data characteristics and analysis goal. |
pip install meok-data-science-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"data-science-ai-mcp": {
"command": "python",
"args": ["-m", "meok_data_science_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"data-science-ai-mcp": {
"command": "npx",
"args": []
}
}
}