Snowflake MCP Server
A Model Context Protocol (MCP) server / MCP server that connects AI assistants to Snowflake - enabling SQL queries, schema exploration, and data insights directly from your LLM client. Its 8 documented tools cluster into read & search, create & write, append. It runs locally over stdio via the published package.
People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-08-21 · ★ 2 · #56 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25
MIT · Python servers · how we verify → /methodology
01 · Install Snowflake MCP Server
before you install - you'll need
Set SNOWFLAKE_USER, SNOWFLAKE_ACCOUNT, SNOWFLAKE_AUTHENTICATOR, SNOWFLAKE_WAREHOUSE, SNOWFLAKE_ROLE, SNOWFLAKE_OAUTH_CLIENT_ID, SNOWFLAKE_OAUTH_CLIENT_SECRET before connecting. SNOWFLAKE_PASSWORD, SNOWFLAKE_DATABASE, SNOWFLAKE_SCHEMA, SNOWFLAKE_PRIVATE_KEY_FILE, SNOWFLAKE_PRIVATE_KEY_FILE_PWD are optional or environment-specific per the README.
Claude Code
claude mcp add nsphung-mcp-snowflake-server -- uvx mcp-snowflake-server-nsp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"nsphung-mcp-snowflake-server": {
"command": "uvx",
"args": [
"mcp-snowflake-server-nsp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem
license MIT - declared in the repository
pypi package mcp-snowflake-server-nsp - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.nsphung is GitHub-verified and matches the repo owner
03 · What Snowflake MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can list all databases in the Snowflake instance, list all schemas within a database, list all tables within a database and schema, and describe columns of a table (name, type, nullability, default, comment).
Capability map
Tools grouped from the project's README - what Snowflake MCP Server lets an agent do.
read & search
5 tools - e.g. Execute SELECT queries. Input: query (string).; List all databases in the Snowflake instance.; List all schemas within a database.
read_query · list_databases · list_schemas · list_tables · describe_table
create & write
2 tools - e.g. Execute INSERT, UPDATE, or DELETE queries. Input: query (string).; Execute CREATE TABLE statements. Input: query (string).
write_query · create_table
Append
1 tool - e.g. Add a data insight to the memo://insights resource.
append_insight
Latest releases
v0.14.1 · 2026-07-24
0.14.1 (2026-07-24) · Miscellaneous · deps-dev: bump prek from 0.4.4 to 0.4.5 in the patch-updates group · deps-dev: bump pytest from 9.0.3 to 9.1.0 in the minor-updates group · deps-dev: bump the patch-updates group…
v0.14.0 · 2026-06-18
0.14.0 (2026-06-18) · Sec Libs Update · detect dynamic SQL execution (EXECUTE IMMEDIATE, ...) #80 · Miscellaneous · deps-dev: bump mypy from 1.20.2 to 2.0.0 · deps-dev: bump pytest-asyncio from 1.3.0 to 1.4.0 in the…
v0.13.0 · 2026-05-27
0.13.0 (2026-05-27) · add Snowflake integration testing workflow and sample queries · Update README key support / force new prek version
04 · Who maintains Snowflake MCP Server
Snowflake MCP Server is maintained by nsphung. It's the only MCP server we track from this author; the repo dates to Sep 2025.
05 · Facts
- repository
- github.com/nsphung/mcp-snowflake-server
- category
- database - ranked #56 of 151 actively-maintained database servers as of 2026-08-25.
- release cadence
- 3 releases in the last 90 days (latest 2026-07-24)
- registry
- io.github.nsphung/mcp-snowflake-server (active, first published 2026-04-28 · 12 versions)
- packages
- pypi:mcp-snowflake-server-nsp · oci:docker.io/nsphung/mcp-snowflake-server-nsp:0.14.1
06 · Snowflake MCP Server FAQ
Is Snowflake MCP Server still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 3 releases in the last 90 days. We re-verify nightly.
What can Snowflake MCP Server do?
With this server connected, an agent can list all databases in the Snowflake instance, list all schemas within a database, list all tables within a database and schema, and describe columns of a table (name, type, nullability, default, comment).
How do I install Snowflake MCP Server?
Run `uvx mcp-snowflake-server-nsp`. The README documents 12 environment variables (SNOWFLAKE_USER, SNOWFLAKE_ACCOUNT, SNOWFLAKE_AUTHENTICATOR…) to set first. Set SNOWFLAKE_USER, SNOWFLAKE_ACCOUNT, SNOWFLAKE_AUTHENTICATOR, SNOWFLAKE_WAREHOUSE, SNOWFLAKE_ROLE, SNOWFLAKE_OAUTH_CLIENT_ID, SNOWFLAKE_OAUTH_CLIENT_SECRET before connecting. SNOWFLAKE_PASSWORD, SNOWFLAKE_DATABASE, SNOWFLAKE_SCHEMA, SNOWFLAKE_PRIVATE_KEY_FILE, SNOWFLAKE_PRIVATE_KEY_FILE_PWD are optional or environment-specific per the README. You can also paste the ready-made client config above.
Does Snowflake MCP Server run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Snowflake MCP Server
Alternatives to Snowflake MCP Server
Maintained database servers if Snowflake MCP Server isn't the fit.
- Dbx Query databases from AI agents using connections configured in DBX. ★ 16,462 · 2026-08-25
- Toolbox for Databases MCP Toolbox for Databases enables your agent to connect to your database. ★ 16,249 · 2026-08-25
- Dbhub Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB ★ 3,395 · 2026-08-21
- Butterbase Ai MCP Server Butterbase MCP server - manage your backend: schemas, auth, functions, storage, RAG, deploys. ★ 3,225 · 2026-08-24
- Supabase MCP server for interacting with the Supabase platform ★ 2,871 · 2026-08-22
- MongoDB MCP Server MongoDB Model Context Protocol Server ★ 1,106 · 2026-08-24
Pairs well with
Servers that cover what Snowflake MCP Server doesn't - only shown when the pairing reason fits the companion.
- Server Chart → data & analytics companion data & analytics · ★ 4,337
- Keboola MCP Server → data & analytics companion data & analytics · ★ 86
- Server Filesystem → filesystem companion filesystem · ★ 38,704
- X402 List MCP → filesystem companion filesystem · ★ 58
- Telnyx → API integration companion API integration · ★ 197
- Microsoft 365 MCP Server → API integration companion API integration · ★ 932
More database MCP servers · Dynoxide · Octopus Blackboard · SQLite · GLEIF MCP Server · Ouestcharlie Woof
More Python MCP servers · AGENTS.md Generator · NVEIL · Claude Memory Manager · DICOM/HL7/FHIR Interoperability MCP Server · Aseprite Live · see all