knustx/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.
The Databricks MCP Server provides seamless integration with Databricks Unity Catalog, enabling AI assistants to interact with Databricks workspaces for metadata querying, data sampling, and more.
Tools
Functions exposed to the LLM to take actions
list_catalogs
List all Unity Catalog catalogs
list_schemas
List schemas in a catalog
list_tables
List tables in a schema
describe_table
Get detailed table information including columns and metadata
sample_table
Sample data from a table (configurable limit)
search_tables
Search for tables by name or metadata
execute_query
Execute SQL queries against Databricks warehouses
get_table_lineage
Get lineage information for tables
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client