Skip to main content
Data PlatformsPython

JordiNei/mcp-databricks-server

Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status.

data-platformscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/JordiNeil/mcp-databricks-server

Claude 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.

Details

Category
Data Platforms
Language
Python
Author
JordiNeil