Databricks MCP Server
A Model Context Protocol (MCP) server for interacting with Databricks.
Installation
You can download the latest release for your platform from the Releases page.
VS Code
Install the Databricks MCP Server extension in VS Code by pressing the following link:
Alternatively, you can install the extension manually by running the following command:
# For VS Code
code --add-mcp '{"name":"databricks","command":"npx","args":["databricks-mcp-server@latest"]}'
# For VS Code Insiders
code-insiders --add-mcp '{"name":"databricks","command":"npx","args":["databricks-mcp-server@latest"]}'
Tools
The Databricks MCP Server provides a Model Context Protocol (MCP) interface to interact with Databricks workspaces. It offers the following functionalities:
List Catalogs
Lists all catalogs available in the Databricks workspace.
Tool name: list_catalogs
Parameters: None
Returns: JSON array of catalog objects
List Schemas
Lists all schemas in a specified Databricks catalog.
Tool name: list_schemas
Parameters:
catalog(string, required): Name of the catalog to list schemas from
Returns: JSON array of schema objects
List Tables
Lists all tables in a specified Databricks schema with optional filtering.
Tool name: list_tables
Parameters:
catalog(string, required): Name of the catalog containing the schemaschema(string, required): Name of the schema to list tables fromfilter_pattern(string, optional, default: “.*”): Regular expression pattern to filter table names
Returns: JSON array of table objects
Execute SQL
Executes SQL statements on a Databricks SQL warehouse and returns the results.
Tool name: execute_sql
Parameters:
statement(string, required): SQL statement to executetimeout_seconds(number, optional, default: 60): Timeout in seconds for the statement executionrow_limit(number, optional, default: 100): Maximum number of rows to return in the result
Returns: JSON object containing columns and rows from the query result, with information of the SQL warehouse used to execute the statement.
List SQL Warehouses
Lists all SQL warehouses available in the Databricks workspace.
Tool name: list_warehouses
Parameters: None
Returns: JSON array of SQL warehouse objects
Supported Platforms
- Linux (amd64)
- Windows (amd64)
- macOS (Intel/amd64)
- macOS (Apple Silicon/arm64)
Usage
Authentication
The application uses Databricks unified authentication. For details on how to configure authentication, please refer to the Databricks Authentication documentation.
Running the Server
Start the MCP server:
./databricks-mcp-server
The server will start and listen for MCP protocol commands on standard input/output.
Development
Prerequisites
- Go 1.24 or later
Databricks MCP Server
Project Details
- characat0/databricks-mcp-server
- MIT License
- Last Updated: 5/6/2025
Recomended MCP Servers
MCP Documentation Management Service - A Model Context Protocol implementation for documentation management
kom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。 它提供了一系列功能来管理 Kubernetes 资源,包括创建、更新、删除和获取资源,甚至使用SQL查询k8s资源。这个项目支持多种 Kubernetes 资源类型的操作,并能够处理自定义资源定义(CRD)。 通过使用 kom,你可以轻松地进行资源的增删改查和日志获取以及操作POD内文件等动作。
A Model Context Protocol (MCP) server implementation providing persistent note management created with Python SDK.
A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to...
This project demonstrates how to use EdgeOne Pages Functions to retrieve user geolocation information and integrate it with...
This read-only MCP Server allows you to connect to Facebook data from Claude Desktop through CData JDBC Drivers....
Un servidor MCP (Model Context Protocol) elegante y eficiente para gestionar frases inspiradoras. Diseñado para integrarse perfectamente con...
A TypeScript implementation of a Model Context Protocol (MCP) server that integrates with PiAPI's API. PiAPI makes user...
TypeScript Model Context Protocol (MCP) server boilerplate providing IP lookup tools/resources. Includes CLI support and extensible structure for...





