A Snowflake MCP server — SQL queries, schema exploration, and data insights for AI assistants
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx mcp-snowflake-server-nsp
MCP client config
{
"mcpServers": {
"snowflake-mcp-server": {
"command": "uvx",
"args": [
"mcp-snowflake-server-nsp"
]
}
}
}Run
docker run -i --rm docker.io/nsphung/mcp-snowflake-server-nsp:0.14.3
MCP client config
{
"mcpServers": {
"snowflake-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/nsphung/mcp-snowflake-server-nsp:0.14.3"
]
}
}
}