Manage Unity Catalog assets and run SQL queries in Databricks.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Databricks MCP" yet — see the docs or source repo.
Connect to Databricks and inspect the schema of the orders table under catalog main and schema sales. Return columns, data types, and comments in a table.
A structured table listing columns, data types, and comments for the specified table.
Run a query in Databricks SQL Warehouse to calculate sales, order count, and average order value by region for the last 30 days, sorted by sales descending. Complete the SQL if needed.
A result table showing recent sales performance by region.
Create a schema named analytics in Databricks Unity Catalog and create a daily_metrics table with date, visits, and signups columns. If the resources already exist, verify and return their current status.
A status report showing whether the schema and table were created or already existed, with current object details.
Explore Databricks metadata, run SQL, and analyze lineage for data discovery.
Manage Databricks clusters, jobs, SQL, and catalogs through MCP tools.
Access Databricks workspace data, jobs, and metadata through LLMs.
Ask data questions, run SQL, and chat with Databricks Genie agents.
Interact with MySQL databases using natural language for queries and management.
Run read-only MySQL queries and list datasources through MCP.