Databricks MCP Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hey, couldn't find a working Databricks MCP so I forked one and fixed it: https://github.com/markov-kernel/databricks-mcp
This allows you to (using Cursor, Claude Code, Windsurf, Claude, etc.):
* Manage Databricks Clusters: List, create, terminate, start, and get details about your clusters.
* Control Databricks Jobs: List your jobs and run them directly.
* Interact with Notebooks: List notebooks within workspace directories and export them.
* Work with Files: List files and directories in DBFS paths.
* Execute SQL: Run SQL statements directly on your Databricks SQL warehouses or clusters.
It implements the Model Completion Protocol (MCP) to expose these Databricks functionalities as tools for LLM agents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
very cool

