JordiNei/mcp-databricks-server
by Various
MCP Server for Databricks
MCP
JordiNei/mcp-databricks-server
Added 1 June 2026
Overview
An open-source Python server that exposes Databricks workspace resources through the Model Context Protocol. It allows MCP-compatible AI agents to interact with Databricks clusters, jobs, and notebooks via a standardized interface.
Best for
Best for
Developers building agentic workflows that need read/write access to Databricks resources
Use cases
- Retrieve status of Databricks job runs from an agent
- List and inspect available clusters in a workspace
- Trigger notebook executions and check results programmatically
How to use
Install
pip install -r requirements.txt Tools exposed
run_sql_querylist_jobsget_job_statusget_job_details
Example client config
DATABRICKS_HOST=your-databricks-instance.cloud.databricks.com\nDATABRICKS_TOKEN=your-personal-access-token\nDATABRICKS_HTTP_PATH=/sql/1.0/warehouses/your-warehouse-id Notes
An open-source Python server that exposes Databricks workspace resources through the Model Context Protocol. It allows MCP-compatible AI agents to interact with Databricks clusters, jobs, and notebooks via a standardized interface.
49 stars on GitHub. Last updated 2025-04-24.
Use cases
- Retrieve status of Databricks job runs from an agent
- List and inspect available clusters in a workspace
- Trigger notebook executions and check results programmatically
Pros
- Lightweight Python implementation easy to extend
- Compatible with any MCP client (e.g., Claude, custom agents)
- Open source with permissive licensing
Cons
- Small community (49 stars) and limited documentation
- Requires a Databricks API token and workspace URL
- Feature set likely basic; may miss advanced Databricks APIs
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight Python implementation easy to extend
- Compatible with any MCP client (e.g., Claude, custom agents)
- Open source with permissive licensing
Cons
- Small community (49 stars) and limited documentation
- Requires a Databricks API token and workspace URL
- Feature set likely basic; may miss advanced Databricks APIs
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.