Skip to main content
Glama

Databricks MCP Proxy

An MCP proxy server that authenticates with Databricks and exposes remote MCP tools.

Installation

uv sync

Related MCP server: Databricks MCP Server

Configuration

Edit app.yaml with your Databricks settings:

env:
  - name: DATABRICKS_HOST
    value: "https://dbc-XXXXX.cloud.databricks.com"

  - name: DATABRICKS_APP_URL
    value: "https://your-mcp-app.databricksapps.com"

Usage

Test locally

uv run databricks-mcp-proxy

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "databricks": {
      "command": "uv",
      "args": [
        "--directory", "/path/to/databricks-mcp-proxy",
        "run",
        "databricks-mcp-proxy"
      ]
    }
  }
}

Tools

Tool

Description

authenticate

Start OAuth flow (opens browser)

list_databricks_tools

List available remote tools

call_databricks_tool

Call a remote tool by name

Flow

  1. Claude starts the proxy via stdio

  2. Call authenticate tool

  3. Browser opens for Databricks OAuth

  4. After auth, remote tools are discovered

  5. Use call_databricks_tool to invoke any remote tool

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables AI assistants like Claude to interact with Databricks workspaces through secure OAuth authentication. Supports custom prompts, tools for cluster management, SQL execution, and job operations via the Databricks SDK.
    Last updated
    19
  • -
    license
    -
    quality
    -
    maintenance
    Enables AI assistants like Claude to interact with Databricks workspaces through secure OAuth authentication. Supports custom prompts, tools for cluster management, SQL execution, and job operations via the Databricks SDK.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI assistants like Claude to interact with Databricks workspaces through secure OAuth authentication. Supports custom prompts, tools for cluster management, SQL execution, and job operations via the Databricks SDK.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).

  • Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.

  • Secure, user-owned long-term memory for AI agents over OAuth-protected remote MCP. Save, search, recall, update, and govern preferences, project context, decisions, and task state across ChatGPT, Claude, Copilot, IDEs, and CLIs.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smaheshwari-ux/databricks-mcp-proxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server