Dataiku MCP
MCP server for Dataiku DSS project, flow, and operations APIs.
About This MCP Server
MCP server for Dataiku DSS REST APIs, focused on flow analysis and reliable day-to-day operations (projects, datasets, recipes, jobs, scenarios, folders, variables, connections, and code environments).
> Cursor one-click install includes placeholder environment values. Update DATAIKU_URL, DATAIKU_API_KEY, and optionally DATAIKU_PROJECT_KEY after adding the server.
Tools & Endpoints1
Example Workflow
• Workflow file: .github/workflows/release.yml
• Trigger: Actions -> Release NPM Package -> Run workflow
• bump: patch | minor | major
• version: optional exact version (overrides bump)
• publish: whether to publish to npm
• GitHub variable: NPM_RELEASE_ENABLED=true
• Optional variable: NPM_PUBLISH_ACCESS=public
• Trusted publisher configured on npmjs.com for this package/repo/workflow
• Organization or user: clssck
• Repository: Dataiku_MCP
• Workflow filename: release.yml
Specifications
Requirements
- Node.js 20+
- Dataiku DSS URL + API key
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
Install
npx -y dataiku-mcpConfigure
{
"command": "npx",
"args": ["-y", "dataiku-mcp"],
"env": {
"DATAIKU_URL": "https://your-dss-instance.app.dataiku.io",
"DATAIKU_API_KEY": "your_api_key",
"DATAIKU_PROJECT_KEY": "YOUR_PROJECT_KEY"
}
}Performance
Usage
Quick Reference
- Name
- Dataiku MCP
- Function
- MCP server for Dataiku DSS project, flow, and operations APIs.
- Available Tools
- npm run test:integration
- Transport
- Package
- Language
- JavaScript/TypeScript
- Install
- npx -y dataiku-mcp
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.