About
Overview
The Apache Spark SQL MCP Server enables AI agents to run SQL queries on Spark. It provides tools for executing SparkSQL, listing tables, and managing temporary views across distributed datasets.
Capabilities
Tools & Capabilities
⚡query
Execute a SparkSQL query
⚡list_tables
List available tables
⚡describe_table
Get table schema
Setup
Installation
bash
Install
pip install mcp-server-spark-sqlExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"spark-sql": {
"command": "python",
"args": ["-m", "mcp_server_spark_sql"]
}
}
}Quick Info
Authorapache
LanguagePython
StatusStable
Stars★ 50
Last UpdatedFeb 12, 2026