MCP Hub
Back to servers

Snowflake

A Snowflake database integration for MCP that uses secure external browser authentication to explore schemas and execute SQL queries without local credential storage.

Updated
Nov 20, 2025
Validated
Jan 11, 2026

An MCP for querying Snowflake. External browser auth is the only one supported in order to avoid storing Snowflake credentials on disk.

WARNING: No attempt has been made to disallow writes. Your only defence against a malicious/misbehaving LLM is the permissions you grant to the Snowflake account.

Use with Claude Code CLI

claude mcp add-json snowflake '{
  "command": "go",
  "args": [
    "run",
    "github.com/oxplot/snowflake-mcp@latest",
    "-account=PPXXXXX-XXXXXXX",
    "-role=reporter"
  ]
}'

Reviews

No reviews yet

Sign in to write a review