Back to MCP Servers

Run Sql Connectorx

An MCP server that executes SQL via ConnectorX and streams the result to a CSV or Parquet file. Supports PostgreSQL, MariaDB, BigQuery, RedShift, MS SQL Server, etc.

databasespostgres

Installation

npx -y mcp-run-sql-connectorx

Configuration

{
  "mcpServers": {
    "mcp-run-sql-connectorx": {
      "command": "npx",
      "args": ["-y", "mcp-run-sql-connectorx"]
    }
  }
}

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