# Dataiku MCP (npm · dataiku-mcp)

MCP server for Dataiku DSS project, flow, and operations APIs.

- Trust score: 71/100 (medium)
- Change this week: +45
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `dataiku-mcp`: 71/100 (this document), [markdown](https://verifymcp.io/servers/clssck-dataiku-mcp/dataiku-mcp.md), [page](https://verifymcp.io/servers/clssck-dataiku-mcp/dataiku-mcp)

## Channel facts

- Registry: `npm`
- Package: `dataiku-mcp`
- Version: `1.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 84/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to clssck/Dataiku_MCP).
  - License check failed: no license is declared.
  - Actively maintained (last published 160 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 280 tokens (~31/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add clssck-dataiku-mcp -- npx -y dataiku-mcp
```

### Codex

```bash
codex mcp add clssck-dataiku-mcp -- npx -y dataiku-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "clssck-dataiku-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "dataiku-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add clssck-dataiku-mcp --command npx --arg -y --arg dataiku-mcp
```

### Hermes

```yaml
mcp_servers:
  clssck-dataiku-mcp:
    command: "npx"
    args: ["-y", "dataiku-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "clssck-dataiku-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dataiku-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 71, +4)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail
- [functional improvement] Stability: unverified → 0.30

### 2026-08-02 (score 67, +22)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [security] The attested source repository moved: clssck/Dataiku_MCP
- [functional regression] License: unverified → fail
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial

### 2026-07-31 (score 45, −19)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-29 (score 82, +56)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security] The attested source repository moved: clssck/Dataiku_MCP
- [functional regression] License: unverified → fail
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 26, −20)

- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (9)

### `project` (~34 tokens)

Project ops: list/get/metadata/flow/map. map returns normalized connectivity in structuredContent.map; includeRaw adds original graph payload.

### `dataset` (~37 tokens)

Dataset ops: list/get/schema/preview/metadata/download/create/update/delete. get is summary-first; set includeDefinition=true to include full JSON definition.

### `recipe` (~31 tokens)

Recipe ops: list/get/create/update/delete/download. get is summary-first; set includePayload=true to include payload snippets.

### `job` (~37 tokens)

Job ops: list/get/log/build/buildAndWait/wait/abort. get is summary-first; set includeDefinition=true to include full JSON definition.

### `scenario` (~31 tokens)

Scenario ops: list/run/status/get/create/update/delete. get is summary-first; use includeScript/includeDefinition for details.

### `variable` (~24 tokens)

Project variable ops: get/set. set merges provided standard/local keys with existing values.

### `managed_folder` (~21 tokens)

Managed folder ops: list/get/contents/download/upload/delete_file.

### `connection` (~37 tokens)

Connection discovery (action: infer). Default mode=fast uses DSS connection names; mode=rich scans project datasets for inferred type/schema/managed details.

### `code_env` (~28 tokens)

Code env ops: list/get. get returns package summaries; set full=true for full package lists.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/clssck-dataiku-mcp/dataiku-mcp#diagnostics

## Score history

- 2026-08-04: 71
- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 45
- 2026-07-31: 45
- 2026-07-30: 64
- 2026-07-29: 82
- 2026-07-28: 26
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/dataiku-mcp
- Socket report: https://socket.dev/npm/package/dataiku-mcp
- Repository: https://github.com/clssck/Dataiku_MCP
- Changelog RSS feed: https://verifymcp.io/servers/clssck-dataiku-mcp/dataiku-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/clssck-dataiku-mcp/dataiku-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/clssck-dataiku-mcp/dataiku-mcp
