Skip to main content
Data PlatformsPython

yashshingvi/databricks-genie-MCP

A server that connects to the Databricks Genie API, allowing LLMs to ask natural language questions, run SQL queries, and interact with Databricks conversational agents.

data-platformscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/yashshingvi/databricks-genie-MCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "databricks-genie-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yashshingvi/databricks-genie-MCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Platforms
Language
Python
Author
yashshingvi