Official Snowflake MCP server for data warehouse
Official Snowflake MCP server providing secure AI agent access to Snowflake data. Supports Cortex AI, SQL orchestration, and object management with OAuth authentication.
{
"mcpServers": {
"snowflake": {
"mcpServers": {
"snowflake": {
"env": {
"SNOWFLAKE_USER": "YOUR_USER",
"SNOWFLAKE_ACCOUNT": "YOUR_ACCOUNT",
"SNOWFLAKE_PASSWORD": "YOUR_PASSWORD",
"SNOWFLAKE_WAREHOUSE": "YOUR_WAREHOUSE"
},
"args": [
"-y",
"@snowflake-labs/mcp-server-snowflake"
],
"command": "npx"
}
}
}
}
}