How to Use the Dataiku DSS MCP in Cursor
Bring Dataiku DSS metadata into Cursor to write code against real datasets, recipes, and ML models.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dataiku DSS MCP to Cursor
Create your Vinkius account to connect Dataiku DSS to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Code against live Dataiku DSS schemas
Writing Python scripts to interact with Dataiku usually involves guessing column names or switching tabs to check the web UI. Cursor changes that by pulling the exact structure into your editor. The agent runs `list_datasets` to find your target table. Then it hits `dataset_schema` to grab the exact column names and data types. Cursor uses this live context to write accurate pandas transformations or SQL queries that match your real environment on the first try.
Read model metrics via this MCP Server
You need to know how a model performs before you write an API integration for it. Cursor calls `list_models` to find deployed algorithms in your project. To get the specifics, the agent fires `get_model`. It pulls back the algorithm type and performance metrics directly into your chat panel. You write your inference code based on actual model parameters instead of outdated documentation.
Map out project infrastructure in Cursor
Understanding how a project is wired together is critical when taking over an existing codebase. You ask Cursor to map the dependencies. It triggers `list_connections` to show you which databases and APIs the project relies on. Next, the agent uses `list_recipes` and `get_recipe` to pull the configuration for specific data transformations. You see exactly how the data moves through the pipeline, making it easier to debug or extend the current logic.
Set up Dataiku DSS MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Dataiku DSS MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Dataiku DSS transactions." If the MCP tools are loaded correctly, Cursor will call the Dataiku DSS tools automatically. You can also check Settings → MCP for a green status indicator.
{
"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 Cursor
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.