Snowflake MCP
Installation
Use the upstream install or setup path that matches your environment:
- git clone git@github.com:snowflakedb/snowflake-connector-python.git
- python -m pip install -U pip setuptools wheel build
Requirements and caveats from upstream:
Basic usage or getting-started notes:
to create a wheel package using PEP-517 build:
shell
Find the snowflake_connector_python*.whl package in the ./dist directory.
Source: https://github.com/snowflakedb/snowflake-connector-python
Extracted from upstream docs: https://raw.githubusercontent.com/snowflakedb/snowflake-connector-python/HEAD/README.md