Data Science & ML MCP Servers

MCP servers for data science, machine-learning workflows, notebooks, model training and inference. Each entry is scanned with the deterministic Capability-Flow Trust Model — grades are computed, never self-reported.

Storybook Source verified 2 implementations
A
best: @storybook/mcp

Security scan results for the Storybook MCP server.

Data Science & ML Best score 100/100 0 findings 1.9M/wk Cap. Minimal
Tmcp Source verified npm
A
tmcp

Security scan results for the Tmcp MCP server.

Data Science & ML Score 100/100 0 findings 1.8M/wk Cap. Minimal
Addon Source verified npm
A
@storybook/addon-mcp

Security scan results for the Addon MCP server.

Data Science & ML Score 100/100 1 finding 1.5M/wk Cap. High
Handler Official npm
A
mcp-handler

Security scan results for the Handler MCP server.

Data Science & ML Score 100/100 2 findings 626k/wk Cap. High
Hostinger Api Source verified npm
A
hostinger-api-mcp

Security scan results for the Hostinger Api MCP server.

Data Science & ML Score 100/100 3 findings 69k/wk Cap. High
Plugin npm
A
@payloadcms/plugin-mcp

Security scan results for the Plugin MCP server.

Data Science & ML Score 100/100 2 findings 64k/wk Cap. High
Framework npm
A
mcp-framework

Security scan results for the Framework MCP server.

Data Science & ML Score 100/100 5 findings 60k/wk Cap. High
Instrumentation Source verified npm
A
@traceloop/instrumentation-mcp

Security scan results for the Instrumentation MCP server.

Data Science & ML Score 100/100 0 findings 59k/wk Cap. Minimal
Use Source verified npm
A
mcp-use

Security scan results for the Use MCP server.

Data Science & ML Score 100/100 7 findings 55k/wk Cap. High
Adapter Official npm
A
@vercel/mcp-adapter

Security scan results for the Adapter MCP server.

Data Science & ML Score 100/100 0 findings 51k/wk Cap. Minimal
Cli Source verified npm
A
@mcp-use/cli

Security scan results for the Cli MCP server.

Data Science & ML Score 100/100 4 findings 49k/wk Cap. High
Pi Mcp Adapter npm
A
pi-mcp-adapter

Security scan results for the Pi Mcp Adapter MCP server.

Data Science & ML Score 100/100 3 findings 46k/wk Cap. High
Webmcp Types Source verified npm
A
@mcp-b/webmcp-types

Security scan results for the Webmcp Types MCP server.

Data Science & ML Score 100/100 0 findings 38k/wk Cap. Minimal
Eslint Source verified npm
A
@eslint/mcp

Security scan results for the Eslint MCP server.

Data Science & ML Score 100/100 0 findings 31k/wk Cap. Minimal
Darwin Arm64 Official npm
A
@azure/mcp-darwin-arm64

Security scan results for the Darwin Arm64 MCP server.

Data Science & ML Score 100/100 1 finding 27k/wk Cap. High
Kubernetes Source verified npm
A
kubernetes-mcp-server

Security scan results for the Kubernetes MCP server.

Data Science & ML Score 100/100 1 finding 16k/wk Cap. High
Typia Source verified npm
A
@typia/mcp

Security scan results for the Typia MCP server.

Data Science & ML Score 100/100 0 findings 15k/wk Cap. Minimal
Fastify 2 implementations
A
best: fastify-mcp

Security scan results for the Fastify MCP server.

Data Science & ML Best score 100/100 0 findings 15k/wk Cap. Minimal
Xmcp Source verified npm
A
xmcp

Security scan results for the Xmcp MCP server.

Data Science & ML Score 100/100 12 findings 13k/wk Cap. High
Searxng Source verified 2 implementations
A
best: mcp-searxng

Security scan results for the Searxng MCP server.

Data Science & ML Best score 100/100 0 findings 10k/wk Cap. Minimal
Machine Bridge npm
A
machine-bridge-mcp

Security scan results for the Machine Bridge MCP server.

Data Science & ML Score 100/100 12 findings 4.9k/wk Cap. High
Utcp npm
A
@utcp/mcp

Security scan results for the Utcp MCP server.

Data Science & ML Score 100/100 0 findings 4.7k/wk Cap. Minimal
React Webmcp Source verified npm
A
@mcp-b/react-webmcp

Security scan results for the React Webmcp MCP server.

Data Science & ML Score 100/100 0 findings 4.4k/wk Cap. Minimal
Opentelemetry Instrumentation npm
A
@theharithsa/opentelemetry-instrumentation-mcp

Security scan results for the Opentelemetry Instrumentation MCP server.

Data Science & ML Score 100/100 0 findings 4.3k/wk Cap. Minimal

What an MCP server does inside a machine-learning stack

Jupyter kernels, dataframe and SQL engines, experiment trackers, model registries, vector databases, hosted inference endpoints - these are the systems a data science MCP server exposes to an AI assistant such as Claude or Cursor. Instead of pasting code and results back and forth, the assistant calls tools over the Model Context Protocol while the server holds the credentials, the data access, and the compute. The result is a notebook that talks back: analysis happens where the data already lives.

Every package listed here has been run through the same deterministic, open-source scan of its published npm or PyPI code: an A-F Trust Score, a blast-radius map of what the server could reach at worst, and evidence-backed findings. Identical input always yields the identical grade, no LLM sits in the loop, and rank cannot be bought - the scoring model is public.

How AI assistants use data science MCP servers day to day

  • Interactive analysis - execute cells in a live notebook kernel, inspect dataframes, profile distributions, and iterate on feature engineering conversationally.
  • Experiment management - launch or resume training jobs, log hyperparameters and metrics to a tracker, and compare runs to pick the best checkpoint.
  • Model serving - query a deployed inference endpoint, benchmark outputs against an evaluation set, or pull predictions into a downstream report.

Security stakes run unusually high in this category because a notebook or kernel tool is arbitrary code execution by design - functionally a shell with your Python environment's permissions. An over-permissioned or malicious MCP server here could read training data full of personal records, exfiltrate proprietary model weights or the cloud and tracker API keys sitting in environment variables, or quietly poison a dataset that feeds automated retraining. Prompt injection hidden in a dataset row or a model card can also steer the assistant itself. Before wiring one into a pipeline, compare candidates across the full registry, pair data tooling with hardening tools from Security & Testing, and treat anything near revenue or payment data with the caution you would apply to Finance & Commerce servers.

Can an MCP server read my training data and models?

Yes - that access is exactly what makes these servers useful, and exactly what needs auditing. A data science MCP server typically inherits whatever its host process can reach: local files, kernel execution, and any ML-platform credentials in scope. Check a package's Trust Score, coverage level, and individual findings first, or run your own check through the free scan API.