- Step 1: Clone the MCP server repository from GitHub.
- Step 2: Create and activate a virtual environment for Python.
- Step 3: Install dependencies using pip and requirements.txt.
- Step 4: Set up the `.env` file with your Databricks host, token, and HTTP path.
- Step 5: Test your connection using `python test_connection.py`.
- Step 6: Start the server with `python main.py`.
- Step 7: Use supported MCP tools to run SQL queries, list jobs, or check job statuses via your preferred interface or LLM integration.