
Use the Snowflake MCP with MCP clients like Claude Desktop, Cursor, or Windsurf to create AI agents with powerful skills that understand and interact with your data - it's free.
Use Snowflake MCPSign up for an Activepieces account and connect your Snowflake account to get started.
Get your MCP server URL and install it in your preferred AI client (Claude Desktop, Cursor, or Windsurf).
Simply ask your AI assistant to help you with Snowflake tasks, and it will handle the rest.

Execute a SQL query against your Snowflake database and return the results as rows.

Execute multiple SQL statements in sequence against your Snowflake database. Optionally wrap them in a transaction so all changes are rolled back if any statement fails.

Insert a row into a table.

Update one or more rows in a Snowflake table that match a WHERE condition.

Delete one or more rows from a Snowflake table that match a WHERE condition.