LogoSTMCP
Download
mcp-databricks-server

Databricks MCP Server

Databricks MCP Server enables AI agents to access Unity Catalog metadata, explore data lineage, and execute SQL queries for autonomous data discovery and analysis in Databricks environments.

Tools

1. list_uc_catalogs

Lists all available Unity Catalogs with their names, descriptions, and types.

2. describe_uc_catalog

Provides a summary of a specific Unity Catalog, listing all its schemas with their names and descriptions.

3. describe_uc_schema

Provides detailed information about a specific schema within a Unity Catalog, returning all tables in the schema optionally including their column details.

4. describe_uc_table

Provides a detailed description of a specific Unity Catalog table with comprehensive lineage capabilities, including table, notebook, and job dependencies.

5. execute_sql_query

Executes a given SQL query against the Databricks SQL warehouse and returns the formatted results.

Open Graph image for Databricks MCP Server

JSON Config

{
    "mcpServers": {
        "databricks": {
            "command": "python",
            "args": [
                "/path/to/your/mcp-databricks-server/main.py"
            ]
        }
    }
}

Useful Links

Information