Back to MCP Servers
Snowflake Server
Query and interact with Snowflake data warehouse for analytics and data engineering workflows
snowflakedatabasedata-warehouseanalyticssql
By Snowflake
Installation
pip install snowflake-mcp-serverConfiguration
{
"mcpServers": {
"snowflake": {
"command": "python",
"args": ["-m", "snowflake_mcp_server"],
"env": {
"SNOWFLAKE_ACCOUNT": "your-account",
"SNOWFLAKE_USER": "your-username",
"SNOWFLAKE_PASSWORD": "your-password",
"SNOWFLAKE_WAREHOUSE": "your-warehouse",
"SNOWFLAKE_DATABASE": "your-database"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes