Back to MCP Servers

Alkemi

MCP Server for natural language querying of Snowflake, Google BigQuery, and DataBricks Data Products through Alkemi.ai.

data-platformsgoai

Installation

npx -y alkemi-mcp

Configuration

{
  "mcpServers": {
    "alkemi-mcp": {
      "command": "npx",
      "args": ["-y", "alkemi-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub