Snowflake
Freeby MCP Community
An MCP server that connects to Snowflake and allows agents to query the database.
v1.0.2Added Apr 12, 2026
Snowflake MCP Server
An MCP server that connects to Snowflake and allows agents to query the database.
Installation
Reviews
Installation
Quick install
npx -y mcp-snowflake
Add to claude_desktop_config.json
{
"mcpServers": {
"snowflake": {
"command": "npx",
"args": ["-y", "mcp-snowflake"]
}
}
}