Skip to content
Cursor

Databricks MCP Server for Cursor

io.github.pramodbhatofficial/databricks-sdk-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Databricks MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "databricks-sdk-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "databricks-sdk-mcp"
      ],
      "env": {
        "DATABRICKS_HOST": "<DATABRICKS_HOST>",
        "DATABRICKS_TOKEN": "<DATABRICKS_TOKEN>",
        "DATABRICKS_MCP_TOOLS_INCLUDE": "<DATABRICKS_MCP_TOOLS_INCLUDE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Databricks MCP Server in other clients