Databricks MCP Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Databricks MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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:
Alternatively, you can install the extension manually by running the following command:
```shell
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



