Databases
Verified
Trust: 54/100 (Fair)Snowflake MCP Guide
Query Snowflake data warehouses. Execute SQL, manage warehouses, and interact with Snowflake stages and streams.
445 stars 18,700 downloadsby Snowflake
Quick Start
Install
npx @mcp/snowflakeClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"snowflake-mcp": {
"command": "npx",
"args": [
"@mcp/snowflake"
]
}
}
}What Snowflake MCP Can Do
execute_query
Run SQL queries on Snowflake
manage_warehouse
Start, stop, and resize warehouses
Permissions Required
Snowflake MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
snowflake.read | Read Snowflake data | low |
snowflake.write | Write Snowflake data | high |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |