How to Use the data.world MCP in Cline
Let this data.world MCP Server search catalogs, pull schemas, and generate working database code directly inside your VS Code workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect data.world MCP to Cline
Create your Vinkius account to connect data.world 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.
Generate code using live data.world schemas
The `get_dataset_details` tool fetches field definitions, file listings, and license information from data.world directly into Cline. Your Cline agent reads this structure and writes precise TypeScript types or Python models matching your remote data.world tables. You avoid errors caused by mismatched database schemas between VS Code and data.world. After reading the schema, Cline can automatically generate database migration scripts or API client code for data.world. Cline verifies the license constraints of the data.world files before writing any import logic in your workspace. This keeps your local Cline codebase compliant with your organization's data.world governance policies.
Search catalogs using the data.world MCP Server
The `search_catalog` tool allows Cline to run full-text searches across your data.world datasets and projects. When you ask Cline to build a feature using specific customer data, it searches the data.world catalog first. Cline finds the exact data.world dataset you need without asking you for the URL. Once it finds a match, Cline runs `list_my_collections` to see if the data.world dataset belongs to a curated group. This gathers all the data.world context Cline needs to write clean code. You just watch the Cline agent discover, read, and write the data.world integration.
Analyze data.world project structures
The `get_project_details` tool retrieves data.world project members, objectives, and linked resources directly into Cline. Cline uses this data to map out the business context of your data.world code. It ensures that the files Cline creates align with the documented goals of the data.world project. By combining this with `list_project_insights`, Cline pulls documented findings and visualizations from data.world directly into your workspace. Writing markdown summaries of these data.world insights for your team is fully automated by Cline. This bridges the gap between raw data.world science work and local application development in Cline.
Set up data.world 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
dataworld-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 data.world refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"dataworld-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 data.world. 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 data.world MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the data.world MCP today
We host it, we monitor it, we maintain it. You just paste one token.