JordiNei/mcp-databricks-server
Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status.
Quick Start
Clone the repository:
git clone https://github.com/JordiNeil/mcp-databricks-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-databricks-server": {
"command": "npx",
"args": [
"-y",
"JordiNei/mcp-databricks-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.