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.

Tmcp Source verified npm
A
tmcp

The main tmcp library

Data Science & ML Score 100/100 0 findings 2.5M/wk Cap. Minimal
Storybook Source verified 2 implementations
A
best: @storybook/mcp

MCP server that serves knowledge about your components based on your Storybook stories and documentation

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

Help agents automatically write and test stories for your UI components

Data Science & ML Score 100/100 0 findings 2.1M/wk Cap. Minimal
Add Source verified npm
A
add-mcp

Add MCP servers to your favorite coding agents with a single command.

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

Strict TypeScript type definitions for the WebMCP core API (document.modelContext)

Data Science & ML Score 100/100 0 findings 59k/wk Cap. Minimal
Instrumentation Source verified npm
A
@traceloop/instrumentation-mcp

MCP (Model Context Protocol) Instrumentation

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

MCP server for ESLint

Data Science & ML Score 100/100 0 findings 19k/wk Cap. Minimal
Searxng Source verified 2 implementations
A
best: mcp-searxng

MCP server for SearXNG integration

Data Science & ML Best score 100/100 0 findings 15k/wk Cap. Minimal
Typia Source verified npm
A
@typia/mcp

MCP (Model Context Protocol) integration for typia

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

React hooks for Model Context Protocol (MCP) - expose React components as AI tools for Claude, ChatGPT, Cursor, and Copilot with Zod validation

Data Science & ML Score 100/100 0 findings 7.2k/wk Cap. Minimal
Doit Source verified npm
A
@doitintl/doit-mcp-server

DoiT official MCP Server

Data Science & ML Score 100/100 0 findings 3.4k/wk Cap. Minimal
Run Mcp Servers With Aws Lambda Source verified npm
A
@aws/run-mcp-servers-with-aws-lambda

Run Model Context Protocol (MCP) servers with AWS Lambda

Data Science & ML Score 100/100 0 findings 2.7k/wk Cap. Minimal
European Parliament Source verified npm
A
european-parliament-mcp-server

Model Context Protocol server for European Parliament open data

Data Science & ML Score 100/100 0 findings 2.2k/wk Cap. Minimal
Ama Mcp Core Source verified npm
A
@ama-mcp/core

Experimental package — This module provides utilities to interact inside an MCP server

Data Science & ML Score 100/100 0 findings 1.7k/wk Cap. Minimal
Next Ai Drawio Source verified npm
A
@next-ai-drawio/mcp-server

MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview

Data Science & ML Score 100/100 0 findings 1.2k/wk Cap. Minimal
Census Source verified npm
A
@bluerfalcon/census-mcp-server

U.S. Census Bureau MCP server for accessing census data and statistics.

Data Science & ML Score 100/100 0 findings 1.2k/wk Cap. Minimal
O3r Source verified npm
A
@o3r/mcp

Experimental package — This module provides a MCP Server

Data Science & ML Score 100/100 0 findings 879/wk Cap. Minimal
2sio Source verified npm
A
@2sio/mcp

MCP server for 2s.io — 575+ pay-per-call tools for AI agents — ground-truth data, AI gateway, and agent infra (storage, locks, queues, watchers). x402 USDC on Base/Solana, no API keys, upto usage billing, free trials.

Data Science & ML Score 100/100 0 findings 327/wk Cap. Minimal
Brewers Almanack Source verified npm
A
brewers-almanack

A brewing knowledge MCP server — beer styles, ingredients, off-flavour diagnosis, water chemistry, and recipe guidance for AI brewing assistants

Data Science & ML Score 100/100 0 findings 315/wk Cap. Minimal
Jp Bids Source verified npm
A
jp-bids-mcp

日本の官公需入札情報をMCPで検索・分析。Japan government procurement bid search and AI analysis through the Model Context Protocol.

Data Science & ML Score 100/100 0 findings 239/wk Cap. Minimal
German Legal Source verified npm
A
@metaneutrons/german-legal-mcp

MCP server for German legal research

Data Science & ML Score 100/100 0 findings 132/wk Cap. Minimal
Registrum Source verified npm
A
@registrum/mcp

MCP server for the Registrum Companies House API — search UK companies, get financials, directors, beneficial ownership (PSC), and director networks

Data Science & ML Score 100/100 0 findings 127/wk Cap. Minimal
Omophub Source verified npm
A
@omophub/omophub-mcp

MCP server for OHDSI OMOP standardized medical vocabularies - search, lookup, map, and navigate concepts via AI agents

Data Science & ML Score 100/100 0 findings 116/wk Cap. Minimal
Gov Data Source verified npm
A
gov-data-mcp

MCP server exposing 95 US government open-data tools (EPA, FEMA, USGS, NOAA, FAA, USACE, FDIC, HUD, state licensing boards) as agent-callable tools, backed by published Apify Actors.

Data Science & ML Score 100/100 0 findings 89/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.