π MCP Databricks
@leminkhoa
About π MCP Databricks
My Databricks MCP server to interact with Databricks through LLM models
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"databricks-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"databricks-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is π MCP Databricks?
π MCP Databricks is a Python-based MCP server that connects AI assistants (like Claude) to Databricks workspaces. It provides a rich collection of tools for managing compute resources, executing SQL queries, and organizing workspace objects via the Model Context Protocol.
How to use π MCP Databricks?
Clone the repository, create a .env file with your DATABRICKS_HOST and DATABRICKS_TOKEN, then run the server using Docker (recommended for production) or locally with uv. Configure it in Cursor via mcp.json or connect directly to any MCP client (e.g., Claude Desktop) using stdio transport.
Key features of π MCP Databricks
- Manage Databricks clusters (create, start, delete, list)
- Execute Python, Scala, and SQL commands on clusters
- Install libraries (JAR, WHL, PyPI, Maven, CRAN)
- Manage SQL warehouses (list, create)
- Manipulate workspace objects (import, delete, create directories)
Use cases of π MCP Databricks
- Automate cluster lifecycle management via AI assistant conversation
- Run adβhoc SQL queries and analyze results in Databricks
- Install required libraries on running clusters interactively
- Organize and import notebooks or files into the workspace
FAQ from π MCP Databricks
What are the prerequisites for using π MCP Databricks?
You need Python 3.11 or higher, a Databricks workspace, and a Databricks Personal Access Token (PAT).
How do I install π MCP Databricks?
You can either build the Docker image with docker build -t databricks-mcp . or install locally with uv venv, uv sync, and then run uv run main.py.
How do I configure credentials?
Create a .env file in the project root with DATABRICKS_HOST (your workspace URL) and DATABRICKS_TOKEN (your PAT). Optional settings include server host, port, debug mode, and log level.
What transport does π MCP Databricks use?
The server uses the stdio transport for seamless compatibility with Claude Desktop and other MCP clients.
What tools does π MCP Databricks provide?
It offers tools for cluster management (list_clusters, create_cluster, delete_cluster, start_cluster, list_node_types, list_spark_versions, get_cluster), library installation (install_libraries), command execution (execute_command, create_execution_context), SQL warehouse management (list_sql_warehouses, create_sql_warehouse), and workspace object management (delete_workspace_object, get_workspace_object_status, import_workspace_object, create_workspace_directory).
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments