Skip to content

Snowflake

Free

by MCP Community

An MCP server that connects to Snowflake and allows agents to query the database.

v1.0.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Snowflake MCP Server

An MCP server that connects to Snowflake and allows agents to query the database.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-snowflake
Add to claude_desktop_config.json
{
  "mcpServers": {
    "snowflake": {
      "command": "npx",
      "args": ["-y", "mcp-snowflake"]
    }
  }
}