snowflake-mcp-server

adityaraj-h/snowflake-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 8d ago
This is a Snowflake MCP (Model Context Protocol) Server — a bridge that lets AI agents (like those in Cursor, Claude Desktop, etc.) interact with a Snowflake data warehouse through a standardized protocol. It's built with Python 3.12, uses the fastmcp framework, and connects to Snowflake using the snowflake-connector-python library
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "snowflake-mcp-server": {
      "command": "uvx",
      "args": [
        "snowflake-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install snowflake-mcp-server