Home › Databases & Data › OSS Snowflake MCP Server
OSS Snowflake MCP Server
MCP Server for Snowflake from Snowflake Labs
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 1.3.5)
uvx snowflake-labs-mcp
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"command": "uvx",
"args": [
"snowflake-labs-mcp"
],
"env": {
"SNOWFLAKE_ACCOUNT": "<YOUR_VALUE>",
"SNOWFLAKE_HOST": "<YOUR_VALUE>",
"SNOWFLAKE_USER": "<YOUR_VALUE>",
"SNOWFLAKE_PASSWORD": "<YOUR_VALUE>",
"SNOWFLAKE_ROLE": "<YOUR_VALUE>",
"SNOWFLAKE_WAREHOUSE": "<YOUR_VALUE>",
"SNOWFLAKE_PASSCODE": "<YOUR_VALUE>",
"SNOWFLAKE_PRIVATE_KEY": "<YOUR_VALUE>",
"SNOWFLAKE_PRIVATE_KEY_FILE": "<YOUR_VALUE>",
"SNOWFLAKE_PRIVATE_KEY_FILE_PWD": "<YOUR_VALUE>",
"SNOWFLAKE_MCP_HOST": "<YOUR_VALUE>",
"SNOWFLAKE_MCP_PORT": "<YOUR_VALUE>",
"SNOWFLAKE_MCP_ENDPOINT": "<YOUR_VALUE>"
}
}
}
}
SNOWFLAKE_ACCOUNT— Account identifier (e.g. xy12345.us-east-1)SNOWFLAKE_HOST— Snowflake host URLSNOWFLAKE_USER— Username for authenticationSNOWFLAKE_PASSWORDsecret — Password or programmatic access tokenSNOWFLAKE_ROLE— Role to use for connectionSNOWFLAKE_WAREHOUSE— Warehouse to use for queriesSNOWFLAKE_PASSCODE— MFA passcode for authenticationSNOWFLAKE_PRIVATE_KEYsecret — Private key for key pair authenticationSNOWFLAKE_PRIVATE_KEY_FILE— Path to private key fileSNOWFLAKE_PRIVATE_KEY_FILE_PWD— Password for encrypted private keySNOWFLAKE_MCP_HOST— Host address to bind the server to (default: 0.0.0.0)SNOWFLAKE_MCP_PORT— Port number for the server to listen on (default: 9000)SNOWFLAKE_MCP_ENDPOINT— Endpoint path for the MCP server (default: /mcp)
This server takes extra arguments — see its repository.
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry