Snowflake
Official
🗄️ Data & Files
The official Snowflake MCP server provides AI agents with access to Cortex AI, SQL orchestration, and semantic querying. Supports Cortex Search for unstructured data, Cortex Analyst for structured data, and full object management.
Tags
Tools (16)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"snowflake": {
"command": "uvx",
"args": [
"snowflake-labs-mcp"
],
"env": {
"SNOWFLAKE_ACCOUNT": "your-snowflake-account-here",
"SNOWFLAKE_USER": "your-snowflake-user-here",
"SNOWFLAKE_PASSWORD": "your-snowflake-password-here",
"SNOWFLAKE_WAREHOUSE": "your-snowflake-warehouse-here"
}
}
}
}