mcpbeat Sign in

Databricks MCP Server

by pramodbhatofficial Your server? Claim it
local only

Databricks MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from pypi. Last commit 9 Feb 2026.

263 tools for Databricks: Unity Catalog, SQL, Compute, Jobs, Serving, and more.

Installs per day peak 31 · avg 16 · -26% w/w
a month agotoday
78
Installs / week
pypi · databricks-sdk-mcp
0
Stars
0 open issues
9 Feb 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Databricks MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add databricks-sdk-mcp -- uvx databricks-sdk-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "databricks-sdk-mcp": {
      "args": [
        "databricks-sdk-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.databricks-sdk-mcp]
command = "uvx"
args = ["databricks-sdk-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "databricks-sdk-mcp": {
      "args": [
        "databricks-sdk-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "databricks-sdk-mcp": {
      "args": [
        "databricks-sdk-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DATABRICKS_HOST (Your Databricks workspace URL (e.g. https://adb-123.azuredatabricks.net)), DATABRICKS_TOKEN (Databricks personal access token or OAuth token), DATABRICKS_MCP_TOOLS_INCLUDE (Comma-separated list of tool modules to load (e.g. unity_catalog,sql,compute). Leave empty to load all 263 tools.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Databricks MCP Server

same job, measured the same way
Zotero Bridge
by combjellyshen

MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.

37 installs/wk local only
Database MCP
by cocaxcode

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.

139 installs/wk local only
MCP Superset
by bintocher

Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security

665 installs/wk local only
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

39 installs/wk local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
openLCA MCP Server
by below280

Connect AI assistants to openLCA. 31 tools for database search, model building, and LCIA.

4 503 installs/wk local only

Databricks MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Databricks MCP Server?
Databricks MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package databricks-sdk-mcp was installed 78 times last week.
How do I connect Databricks MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls databricks-sdk-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Databricks MCP Server?
The pypi package databricks-sdk-mcp was installed 78 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Databricks MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.