Databricks MCP Server
@JustTryAI
About Databricks MCP Server
A Model Completion Protocol (MCP) server for interacting with Databricks services
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"databricks-mcp-server-justtryai": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
11List all Databricks clusters
Create a new Databricks cluster
Terminate a Databricks cluster
Get information about a specific Databricks cluster
Start a terminated Databricks cluster
List all Databricks jobs
Run a Databricks job
List notebooks in a workspace directory
Export a notebook from the workspace
List files and directories in a DBFS path
Execute a SQL statement
Overview
What is Databricks MCP Server?
The Databricks MCP Server is a Model Context Protocol (MCP) server that provides access to Databricks functionality via the MCP protocol. It allows LLM-powered tools to interact with Databricks clusters, jobs, notebooks, and more.
How to use Databricks MCP Server?
Install the server using the uv package manager (Python 3.10+ required), set the DATABRICKS_HOST and DATABRICKS_TOKEN environment variables for authentication, then run the provided start script (start_mcp_server.sh on Linux/Mac or start_mcp_server.ps1 on Windows). The server exposes Databricks operations as MCP tools.
Key features of Databricks MCP Server
- MCP protocol support for LLM interaction with Databricks.
- Databricks REST API integration for core operations.
- Tool registration exposing Databricks functionality as MCP tools.
- Async support built with asyncio for efficient operation.
Use cases of Databricks MCP Server
- List and manage Databricks clusters (create, terminate, start, get info).
- Run and list Databricks jobs.
- Browse and export notebooks from the workspace.
- List files and directories in a DBFS path.
- Execute SQL statements on Databricks.
FAQ from Databricks MCP Server
What are the prerequisites for using Databricks MCP Server?
Python 3.10 or higher and the uv package manager are required. A Databricks workspace with a personal access token is also needed.
How do I authenticate with Databricks?
Set the environment variables DATABRICKS_HOST (your Databricks instance URL) and DATABRICKS_TOKEN (your personal access token). Alternatively, use a .env file.
What tools does the server expose?
The server exposes tools for clusters (list, create, terminate, get, start), jobs (list, run), notebooks (list, export), files (list in DBFS), and SQL (execute a statement).
Does it support running SQL queries?
Yes, the server includes an execute_sql tool that can execute a SQL statement.
How do I start the server after installation?
Run the wrapper script start_mcp_server.sh (Linux/Mac) or start_mcp_server.ps1 (Windows). The scripts are in the repository root and will start the MCP server ready for connections.
Frequently asked questions
What are the prerequisites for using Databricks MCP Server?
Python 3.10 or higher and the `uv` package manager are required. A Databricks workspace with a personal access token is also needed.
How do I authenticate with Databricks?
Set the environment variables `DATABRICKS_HOST` (your Databricks instance URL) and `DATABRICKS_TOKEN` (your personal access token). Alternatively, use a `.env` file.
What tools does the server expose?
The server exposes tools for clusters (list, create, terminate, get, start), jobs (list, run), notebooks (list, export), files (list in DBFS), and SQL (execute a statement).
Does it support running SQL queries?
Yes, the server includes an `execute_sql` tool that can execute a SQL statement.
How do I start the server after installation?
Run the wrapper script `start_mcp_server.sh` (Linux/Mac) or `start_mcp_server.ps1` (Windows). The scripts are in the repository root and will start the MCP server ready for connections.
Basic information
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments