Data & APIs
Snowflake MCP
Snowflake MCP integrates your AI assistant with Snowflake's cloud data platform. Execute SQL queries across massive datasets, inspect warehouse schemas, manage tables and views, and run complex analytical workloads. Supports multi-cluster compute and cross-database queries.
Stars
720
Installs
48.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 720 · catalog
- Freshness: Updated 2026-01-22
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: SNOWFLAKE_ACCOUNT
- · Environment: SNOWFLAKE_USER
- · Environment: SNOWFLAKE_PASSWORD
- · Environment: SNOWFLAKE_WAREHOUSE
- · Python 3 + pip
Reference command
{
"mcpServers": {
"snowflake": {
"command": "python",
"args": ["-m", "mcp_snowflake_service"],
"env": {
"SNOWFLAKE_ACCOUNT": "<your-account>",
"SNOWFLAKE_USER": "<your-user>",
"SNOWFLAKE_PASSWORD": "<your-password>",
"SNOWFLAKE_WAREHOUSE": "<your-warehouse>"
}
}
}
}