🚀 MCP Databricks
@leminkhoa
关于 🚀 MCP Databricks
My Databricks MCP server to interact with Databricks through LLM models
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"databricks-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"databricks-mcp",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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).
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mlops
visengerA curated list of references for MLOps
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论