Snowflake
Freeby MCP Community
MCP server for executing Snowflake queries
v1.1.0Added Apr 12, 2026
mcpmodel-context-protocolsnowflakesqldatabase
Snowflake MCP Server
MCP server for executing Snowflake queries
Installation
npx -y snowflake-mcp
Reviews
Installation
Quick install
npx -y snowflake-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"snowflake": {
"command": "npx",
"args": ["-y", "snowflake-mcp"]
}
}
}