Databricks MCP Server
JSON →Interact with Databricks Unity Catalog metadata to explore catalogs, schemas, tables, and execute SQL queries.
Install
pip install -r Tools · 5
- list_uc_catalogs Lists all available Unity Catalogs with their names, descriptions, and types.
- describe_uc_catalog Provides a summary of a specific Unity Catalog, listing all its schemas with their names and descriptions.
- describe_uc_schema Provides detailed information about a specific schema within a Unity Catalog. Returns all tables in the schema, optionally including their column details.
- describe_uc_table Provides a detailed description of a specific Unity Catalog table with comprehensive lineage capabilities.
- execute_sql_query Executes a given SQL query against the Databricks SQL warehouse and returns the formatted results.
Environment variables
DATABRICKS_HOSTDATABRICKS_TOKENDATABRICKS_SQL_WAREHOUSE_ID
★ 40 GitHub stars