SQL-Transpiler-MCP-Tool

Baronco/SQL-Transpiler-MCP-Tool
★ 3 stars Python 🤖 AI/LLM Updated 2mo ago
SQL-Transpiler is an MCP tool designed to transpile SQL queries between different dialects using the sqlglot library. This project leverages sqlglot to enable seamless SQL code conversion, making it ideal for integration with intelligent agents and automation systems.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sql-transpiler-mcp-t": {
      "command": "uvx",
      "args": [
        "sql-transpiler-mcp-tool"
      ]
    }
  }
}

Or install with pip: pip install sql-transpiler-mcp-tool