MCP Servers / database / Databricks MCP Server

Databricks MCP Server

JSON →
stdionone40database

Interact with Databricks Unity Catalog metadata to explore catalogs, schemas, tables, and execute SQL queries.

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: databricks-mcp-server
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envDATABRICKS_HOST
envDATABRICKS_TOKEN
envDATABRICKS_SQL_WAREHOUSE_ID
Resources
Databricks MCP Server — MCP Server · libregistry