📊
Snowflake MCP Skill
No description available
0 installs
Trust: 30 — Low
Data
Ask AI about Snowflake MCP Skill
Powered by Claude · Grounded in docs
I know everything about Snowflake MCP Skill. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Snowflake MCP + Claude Desktop Quickstart
A Cortex Code skill for setting up Snowflake's managed MCP server with Claude Desktop using PAT authentication.
What This Skill Does
Guides you through:
- Creating an MCP server in Snowflake
- Setting up roles and permissions
- Generating a Programmatic Access Token (PAT)
- Configuring Claude Desktop with
mcp-remote - Testing the connection
Key Insight
Claude Desktop doesn't natively support remote MCP servers via URL. You must use mcp-remote as a bridge:
{
"mcpServers": {
"snowflake": {
"command": "npx",
"args": [
"mcp-remote",
"https://<account>.snowflakecomputing.com/api/v2/databases/<DB>/schemas/<SCHEMA>/mcp-servers/<SERVER>",
"--header",
"Authorization: Bearer <PAT_TOKEN>"
]
}
}
}
Prerequisites
- Snowflake account with CREATE MCP SERVER privilege
- Claude Desktop installed
- Node.js installed
Usage in Cortex Code
Copy to your project:
mkdir -p .claude/skills/snowflake-mcp-claude-desktop
cp SKILL.md .claude/skills/snowflake-mcp-claude-desktop/
Then ask: "Help me set up Snowflake MCP with Claude Desktop"
License
MIT
