databricks-mcp-server
25
The Databricks MCP Server is designed to facilitate interaction with Databricks through the Model Completion Protocol (MCP), offering efficient tool registration and async support. It provides various utilities to manage clusters, jobs, notebooks, and SQL execution, integrating seamlessly with Databricks API.
list_clusters
List all Databricks clusters
create_cluster
Create a new Databricks cluster
terminate_cluster
Terminate Databricks cluster
get_cluster
Get information about a specific Databricks cluster
start_cluster
Start a terminated Databricks cluster
list_jobs
List all Databricks jobs
run_job
Run Databricks job
list_notebooks
List notebooks in the workspace directory
export_notebook
Export notebook from workspace
list_files
List files and directories in DBFS paths
execute_sql
Execute SQL statements