Back to MCP Servers
Snowflake
Snowflake integration implementing read and (optional) write operations as well as insight tracking
databases
Installation
npx -y mcp-snowflake-serverConfiguration
{
"mcpServers": {
"mcp-snowflake-server": {
"command": "npx",
"args": ["-y", "mcp-snowflake-server"]
}
}
}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