mcp-databricks-server

mcp-databricks-server

3.4

If you are the rightful owner of mcp-databricks-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.

This is a Model Context Protocol (MCP) server for executing SQL queries against Databricks using the Statement Execution API.

The Databricks MCP Server is designed to facilitate the execution of SQL queries on Databricks using the Statement Execution API. It allows users to retrieve data by performing SQL requests and can handle complex tasks when used in Agent mode. The server is particularly effective when integrated with Unity Catalog Metadata, enhancing its capabilities in managing and querying data. The server supports listing available schemas, tables, and describing table schemas, making it a versatile tool for data management and analysis on Databricks.

Features

  • Execute SQL queries on Databricks
  • List available schemas in a catalog
  • List tables in a schema
  • Describe table schemas

Tools

  1. execute_sql_query

    Execute a SQL query and return the results

  2. list_schemas

    List all available schemas in a specific catalog

  3. list_tables

    List all tables in a specific schema

  4. describe_table

    Describe a table's schema