databricks-mcp-server

sivakumarsbalu/databricks-mcp-server
★ 0 stars Python 💻 Code/Dev Tools Updated today
MCP server connecting Claude Code to Databricks workspaces - enables natural language data queries, notebook development, and resource management
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "databricks-mcp-serve": {
      "command": "uvx",
      "args": [
        "databricks-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install databricks-mcp-server