databricks-mcp-toolkit

rasterxtech/databricks-mcp-toolkit
★ 1 stars Python 💻 Code/Dev Tools Updated 1mo ago
MCP Server + skills e agentes Claude Code para Databricks. Execute SQL, explore o Unity Catalog, analise tabelas, crie notebooks PySpark e gerencie MLflow, tudo pelo terminal.
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-toolk": {
      "command": "uvx",
      "args": [
        "databricks-mcp-toolkit"
      ]
    }
  }
}

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