Databricks
Official
🗄️ Data & Files
Official Databricks MCP integration that connects AI agents to Unity Catalog, Vector Search, Genie spaces, and custom SQL functions. Enables data discovery, lineage analysis, and intelligent query execution within the Databricks ecosystem.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"databricks": {
"command": "uvx",
"args": [
"databricks-mcp"
],
"env": {
"DATABRICKS_HOST": "your-databricks-host-here",
"DATABRICKS_TOKEN": "your-databricks-token-here"
}
}
}
}