Odel
Spark SQL

Spark SQL

Local
@aidancorrell1PythonMITUpdated 5mo ago

Query Spark SQL clusters via Thrift/HiveServer2. Works with Spark, EMR, Hive, Impala.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIspark-sql-mcp-serverv0.1.2

Run

uvx spark-sql-mcp-server

MCP client config

{
  "mcpServers": {
    "spark-sql": {
      "command": "uvx",
      "args": [
        "spark-sql-mcp-server"
      ]
    }
  }
}