Databricks MCP Server

by characat0

4 stars
329 downloads
Not rated
GitHub

Description

# Databricks MCP Server A Model Context Protocol (MCP) server for interacting with Databricks. ## Installation You can download the latest release for your platform from the [Releases](https://github.com/characat0/databricks-mcp-server/releases) page. ### VS Code Install the…

About

# Databricks MCP Server A Model Context Protocol (MCP) server for interacting with Databricks. ## Installation You can download the latest release for your platform from the [Releases](https://github.com/characat0/databricks-mcp-server/releases) page. ### VS Code Install the Databricks MCP Server extension in VS Code…

Details

Author
characat0
GitHub stars
4
Downloads
329
Categories
Other

- List all catalogs in a Databricks workspace
- List schemas within a specified catalog
- List tables with optional regular expression filtering
- Execute SQL statements on a Databricks SQL warehouse
- List available SQL warehouses in the workspace

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Databricks MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Download the binary for your platform from the Releases page and run ./databricks-mcp-server. Alternatively, install it as a VS Code extension via the provided command or clickable link. Authentication uses Databricks unified authentication; no additional configuration is needed beyond your existing Databricks credentials.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "databricks mcp server": {
            "databricks-mcp-server": {
                "command": "npx",
                "args": [
                    "-y",
                    "databricks-mcp-server@latest"
                ]
            }
        }
    }
}

McpServers

{
    "databricks-mcp-server": {
        "command": "npx",
        "args": [
            "-y",
            "databricks-mcp-server@latest"
        ]
    }
}

Databricks MCP Server

A Model Context Protocol (MCP) server for interacting with Databricks.

Installation

You can download the latest release for your platform from the Releases page.

VS Code

Install the Databricks MCP Server extension in VS Code by pressing the following link:

Install in VS Code

Alternatively, you can install the extension manually by running the following command:

```shell

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.