Snowflake Cube Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Snowflake Cube Servershow me sales data for the last quarter"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Snowflake Cube Server
MCP Server for Interacting with Cube Semantic Layers
Resources
context://data_description
Contains a description of the data available in the Cube deployment. This is an application controlled version of the describe_data tool.
data://{data_id}
Contains the data returned by a read_data call in JSON format. This resource is meant for MCP clients that wish to format or otherwise process the output of tool calls. See read_data for more.
Related MCP server: iceberg-mcp-server
Tools
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 to a retrieve a JSON representation of the data from the resource data://{data_id}. See data://{data_id} for more.
describe_data
Describes the data available in the Cube deployment. This is an agentic version of the context://data_description resource.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for querying and analyzing data from ad platforms, analytics tools, and spreadsheets
- SupabaseOAuthcom.supabase
MCP server for interacting with the Supabase platform
MCP server for the Seline Analytics API
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that bridges AI assistants with data warehouses through Cube.js to enable governed, natural language semantic analytics queries. It provides tools for metadata discovery and secure query execution while enforcing governance policies like PII blocking and access limits.347 npm1MIT
- AlicenseNot gradedqualityAmaintenanceMCP Server for Apache Iceberg, enabling users to read, query, and manipulate data within Iceberg catalogs.154 PyPI2Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP server that provides tools to interact with dbt, including dbt Core, Cloud CLI, Semantic Layer, and Discovery API.Apache 2.0
- AlicenseAqualityDmaintenanceAn MCP server for executing Malloy queries and managing Malloy resources.52MIT