OSS Snowflake MCP Server

This community MCP server previously provided tooling for Snowflake Cortex AI, object management, and SQL orchestration. It is no longer supported. For all new and existing use cases, please use the official Snowflake MCP Server instead. 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-05-15 · ★ 296 · #8 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install OSS Snowflake MCP Server

before you install - you'll need

Set SNOWFLAKE_MCP_ENDPOINT, SNOWFLAKE_ACCOUNT, SNOWFLAKE_USER, SNOWFLAKE_PASSWORD, SNOWFLAKE_PRIVATE_KEY, SNOWFLAKE_PRIVATE_KEY_FILE_PWD before connecting.

Claude Code

claude mcp add snowflake-labs-mcp -- uvx snowflake-labs-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "snowflake-labs-mcp": {
      "command": "uvx",
      "args": [
        "snowflake-labs-mcp"
      ]
    }
  }
}

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

license Apache-2.0 - declared in the repository

pypi package snowflake-labs-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Snowflake-Labs is GitHub-verified and matches the repo owner

03 · What OSS Snowflake MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

[!WARNING] Deprecation Notice: The CLI arguments --account-identifier and --pat, as well as the environment variable SNOWFLAKE_PAT, are deprecated and will be removed in a future release. Please use --account and --password (or SNOWFLAKE_ACCOUNT and SNOWFLAKE_PASSWORD) instead.

Latest releases

v.1.4.2 · 2026-05-15

start deprecating · bump fastmcp, mcp, and requests to resolve CVEs

v.1.4.1 · 2026-04-13

add COPY INTO, LATERAL FLATTEN, and additional Snowflake dialect test coverage · fix SSE response parsing for Cortex Agent API · Bump version to 1.4.1 · New Contributors · @elipollak made their first contribution in…

v.1.4.0 · 2026-04-01

Upgrade schema with new variables and meta data · Set port to string · Upgrade mcp-publisher to latest · Change integer to number · make verbose logging work · Fix queries classified as Unknown statement type by…

04 · Who maintains OSS Snowflake MCP Server

OSS Snowflake MCP Server is maintained by snowflake-labs. It's the only MCP server we track from this author; the repo dates to May 2025.

05 · Facts

category
database - ranked #8 of 151 actively-maintained database servers as of 2026-08-25.
registry
io.github.Snowflake-Labs/mcp (active, first published 2025-09-26 · 2 versions)
packages
pypi:snowflake-labs-mcp

06 · OSS Snowflake MCP Server FAQ

What is OSS Snowflake MCP Server?

This community MCP server previously provided tooling for Snowflake Cortex AI, object management, and SQL orchestration. It is no longer supported. For all new and existing use cases, please use the official Snowflake MCP Server instead. It runs locally over stdio via the published package.

Is OSS Snowflake MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-15. We re-verify nightly.

How do I install OSS Snowflake MCP Server?

Run `uvx snowflake-labs-mcp`. The README documents 6 environment variables (SNOWFLAKE_MCP_ENDPOINT, SNOWFLAKE_ACCOUNT, SNOWFLAKE_USER…) to set first. Set SNOWFLAKE_MCP_ENDPOINT, SNOWFLAKE_ACCOUNT, SNOWFLAKE_USER, SNOWFLAKE_PASSWORD, SNOWFLAKE_PRIVATE_KEY, SNOWFLAKE_PRIVATE_KEY_FILE_PWD before connecting. You can also paste the ready-made client config above.

Does OSS 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 OSS Snowflake MCP Server

More database MCP servers · BigQuery MCP · DBeast PostgreSQL MCP · Backscroll · Database Server · SQLite Tools

More Python MCP servers · Snyk API & Web MCP Server · Social Champ · Agentburn · see all