nyang64/databricks-mcp-server
If you are the rightful owner of databricks-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server provides tools for interacting with Databricks clusters, jobs, and workspace operations, built as a learning exercise to understand the MCP protocol.
Tools
Functions exposed to the LLM to take actions
databricks_test_connection
Test connection to Databricks workspace
databricks_list_clusters
List all clusters in the workspace
databricks_get_cluster
Get detailed information about a specific cluster
databricks_list_jobs
List all jobs in the workspace
databricks_run_job
Run a Databricks job with optional parameters
databricks_get_job_run
Get details about a specific job run
databricks_execute_sql
Execute SQL queries (placeholder implementation)
databricks_list_workspace
List contents of the Databricks workspace
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client