Skip to content

Coalesce Transform

Free

by MCP Community

MCP server for the Coalesce Transform API; run tools support Snowflake Key Pair and PAT auth

v0.4.7Added Apr 12, 2026
mcpcoalescetransformmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Coalesce Transform MCP Server

MCP server for the Coalesce Transform API; run tools support Snowflake Key Pair and PAT auth

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y coalesce-transform-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "coalesce-transform": {
      "command": "npx",
      "args": ["-y", "coalesce-transform-mcp"]
    }
  }
}