Snowflake Cube Server MCP Server

MCP Server for Interacting with Cube Semantic Layers

Local serverstdio

What is the Snowflake Cube Server MCP server?

Snowflake Cube Server MCP server exists for a simple reason — assistants are far more useful when they can act on Snowflake Cube Server directly instead of describing what you should do. MCP Server for Interacting with Cube Semantic Layers.

What you get

MCP Server for Interacting with Cube Semantic Layers

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

What the assistant can call

Once Snowflake Cube Server is connected, these are the calls the assistant has available:

  • read_data — Accepts a query to the Cube REST API and returns the data in YAML along with a unique identifier for the data returned. This identifier can be used
  • describe_data — Describes the data available in the Cube deployment. This is an agentic version of the context://data_description resource

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the snowflake cube server mcp server does with a few real requests.

Choosing this one

Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Snowflake Cube Server's toolset — read_data, describe_data — is a fair guide to whether it matches your workflow. It is maintained by isaacwasserman; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
read_dataAccepts a query to the Cube REST API and returns the data in YAML along with a unique identifier for the data returned. This identifier can be used to a retrieve a JSON representation of the data from the resource data:/
describe_dataDescribes the data available in the Cube deployment. This is an agentic version of the context://data_description resource.

Example prompts to try

  • Use Snowflake Cube Server to read data.
  • Use Snowflake Cube Server to describe data.

Frequently asked questions

It accesses data exposed through a Cube semantic layer deployment, queried via the Cube REST API.