Skip to content
Claude Desktop

AI2SQL for Claude Desktop

io.ai2sql/ai2sql

Generate, fix, explain and run read-only SQL on PostgreSQL, MySQL and SQL Server

client:Claude Desktop transport:streamable-http

Install AI2SQL in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ai2sql": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://builder.ai2sql.io/api/chatgpt-mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

AI2SQL in other clients