← Back to Plugins
MCP Server MCP

Databricks MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx databricks-sdk-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "databricks-sdk-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Databricks workspace URL (e.g. https://adb-123.azuredatabricks.net)",
          "isRequired": true,
          "format": "string",
          "name": "DATABRICKS_HOST"
        },
        {
          "description": "Databricks personal access token or OAuth token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABRICKS_TOKEN"
        },
        {
          "description": "Comma-separated list of tool modules to load (e.g. unity_catalog,sql,compute). Leave empty to load all 263 tools.",
          "format": "string",
          "name": "DATABRICKS_MCP_TOOLS_INCLUDE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...