Skip to content
Windsurf

Dataiku MCP for Windsurf

io.github.clssck/dataiku-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Dataiku MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dataiku-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dataiku-mcp"
      ],
      "env": {
        "DATAIKU_URL": "<DATAIKU_URL>",
        "DATAIKU_API_KEY": "<DATAIKU_API_KEY>",
        "DATAIKU_PROJECT_KEY": "<DATAIKU_PROJECT_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Dataiku MCP in other clients