How to Use the Dataiku DSS MCP in Cline
Give Cline direct access to your Dataiku DSS projects to build, monitor, and document data pipelines from VS Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dataiku DSS MCP to Cline
Create your Vinkius account to connect Dataiku DSS to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inspect Dataiku DSS schemas directly in Cline
`dataset_schema` exposes the exact column layout and data types of any Dataiku DSS dataset to Cline. Cline uses this tool to instantly understand the structure of your data tables before writing any integration scripts. Instead of switching back and forth to your browser, Cline pulls the schema directly into your editor. You can tell Cline to write a data cleaning script, and it will match your DSS columns exactly on the first try.
Monitor active pipeline jobs from your editor
`list_jobs` retrieves the active training runs and data build tasks in your Dataiku DSS project. Cline invokes this tool alongside `get_job` to watch your remote pipeline executions and report failures directly in your sidebar. This MCP Server lets Cline act as an autonomous operator. If a build fails, Cline reads the job output, identifies the broken recipe, and prepares a fix in your local workspace.
Query DSS configurations with this MCP Server
`get_recipe` retrieves the specific transformation steps and configurations of your Dataiku DSS data flows. Cline uses this tool to audit your data pipelines and write documentation for your team. This MCP server handles the heavy lifting of reading complex JSON recipes and translating them into clear markdown. You get accurate documentation of your DSS flows without writing a single line of it yourself.
Set up Dataiku DSS MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
dataiku-dss-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest Dataiku DSS refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"dataiku-dss-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Dataiku. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Dataiku DSS MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Dataiku DSS MCP today
We host it, we monitor it, we maintain it. You just paste one token.