Databricks MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABRICKS_HOST | Yes | Your Databricks instance URL (e.g., https://your-databricks-instance.azuredatabricks.net) | |
| DATABRICKS_TOKEN | Yes | Your Databricks personal access token |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_clustersB | List all Databricks clusters |
| create_clusterC | Create a new Databricks cluster |
| terminate_clusterC | Terminate a Databricks cluster |
| get_clusterC | Get information about a specific Databricks cluster |
| start_clusterB | Start a terminated Databricks cluster |
| list_jobsA | List Databricks jobs with pagination and filtering. |
| list_job_runsA | List recent job runs with detailed status and duration information. |
| run_jobD | Run a Databricks job |
| list_notebooksC | List notebooks in a workspace directory |
| export_notebookC | Export a notebook from the workspace |
| list_filesC | List files and directories in DBFS |
| execute_sqlB | Execute a SQL statement and wait for completion (blocking) |
| execute_sql_nonblockingB | Start SQL statement execution and return immediately with statement_id (non-blocking) |
| get_sql_statusC | Get the status and results of a SQL statement by statement_id |
| create_notebookC | Create a new notebook in the Databricks workspace |
| create_jobB | Create a new Databricks job to run a notebook (uses serverless by default) |
| upload_file_to_volumeA | |
| upload_file_to_dbfsA | |
| list_volume_filesA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samhavens/databricks-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server