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.
Quick Start
Clone the repository:
git clone https://github.com/Snowflake-Labs/mcpClaude Desktop configuration example:
{
"mcpServers": {
"snowflake-labs-mcp": {
"command": "npx",
"args": [
"-y",
"Snowflake-Labs/mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.