ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Cube.dev with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access your Cube semantic layer. execute queries, inspect generated SQL, manage pre-aggregations, and explore data metadata directly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 15 capabilities

The complete Cube.dev capability set.

These are the exact actions your AI can choose when you ask it to work with Cube.dev.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 15 available through Cube.dev.

  1. 01

    Get entity

    Get detailed metadata for a specific entity

  2. 02

    Get meta

    Get metadata for cubes and views

  3. 03

    Get pre aggregation job status

    Get status of pre-aggregation jobs

  4. 04

    List data sources

    List configured data sources

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 15 available through Cube.dev.

  1. 05

    List deployments

    Requires CUBE_CLOUD_API_KEY. List all Cube Cloud deployments

  2. 06

    List entities

    List all cubes and views

  3. 07

    List environments

    Requires CUBE_CLOUD_API_KEY. List environments for a deployment

  4. 08

    Load query

    Use this to get aggregated data. Execute a Cube query and return results

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 15 available through Cube.dev.

  1. 09

    Convert query

    Convert a SQL query to a REST API query format

  2. 10

    Check live

    Check if Cube deployment is live

  3. 11

    Check ready

    Check if Cube deployment is ready

  4. 12

    Execute cube SQL

    Execute a raw SQL query against the SQL API

Capability set04 / 04

13-15

3 capabilities in this set.

Part of 15 available through Cube.dev.

  1. 13

    Generate meta token

    Requires CUBE_CLOUD_API_KEY. Generate a JWT for the Metadata API

  2. 14

    Get SQL

    Useful for debugging. Get generated SQL for a Cube query

  3. 15

    Trigger pre aggregation job

    Trigger a pre-aggregation build job

Observed, not estimated

915ms average. Fast in production.

Cube.dev is checked daily against the live service.

Daily averagePeak 1146ms
Aug 20Today
Fastest day
782ms
Slowest day
1146ms
14-day trend
Slowing+15%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 15 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Cube.dev, so you can see the experience inside your AI.

It does not authenticate your account with Cube.dev. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Cube.dev Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_umZADPejupUUQHrfZkQT0lvv7MlK4j1JkrhOJOMy/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Cube.dev capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "cubedev-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_umZADPejupUUQHrfZkQT0lvv7MlK4j1JkrhOJOMy/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Cube.dev owners ask.

  • 01

    Can I see the exact SQL that Cube generates for a specific query?

    Yes. You can use the get_sql capability. By providing the query JSON, the agent will return the generated SQL string, which is perfect for debugging or verifying your data logic.

  • 02

    How do I refresh the data cache or pre-aggregations using the AI?

    You can use the trigger_pre_aggregation_job capability. You can specify which cubes or data sources to target, and the agent will initiate the background build process for you.

  • 03

    Is it possible to explore the available measures and dimensions?

    Absolutely. Use the get_meta capability to fetch all metadata. This allows the AI to understand what data is available to be queried, including views and segments.