mcp-databricks-server

i9wa4/mcp-databricks-server
★ 0 stars Python 🔌 API Integration Updated today
Databricks MCP Server forked from https://github.com/RafaelCartenet/mcp-databricks-server
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": {
    "mcp-databricks-serve": {
      "command": "uvx",
      "args": [
        "mcp-databricks-server"
      ]
    }
  }
}

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