Snowflake MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 379 installs a week from pypi. Last commit 27 Jul 2026.
A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-snowflake-server -- uvx mcp-snowflake-server-nsp
{
"mcpServers": {
"mcp-snowflake-server": {
"args": [
"mcp-snowflake-server-nsp"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-snowflake-server]
command = "uvx"
args = ["mcp-snowflake-server-nsp"]
{
"mcpServers": {
"mcp-snowflake-server": {
"args": [
"mcp-snowflake-server-nsp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-snowflake-server": {
"args": [
"mcp-snowflake-server-nsp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.