Skip to main content
DatabasesPython

Snowflake-Labs/mcp

Open-source MCP server for Snowflake from official Snowflake-Labs supports prompting Cortex Agents, querying structured & unstructured data, object management, SQL execution, semantic view querying, and more. RBAC, fine-grained CRUD controls, and all authentication methods supported.

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Snowflake-Labs/mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "snowflake-labs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Snowflake-Labs/mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
Snowflake-Labs