Databricks MCP Server
Databasestdiov0.4.0
MCP server for the Databricks Data Intelligence Platform. Enables AI agents to run SQL against the Unity Catalog, inspect schemas and tables, and manage and monitor jobs, bringing lakehouse data and workflows into AI-powered development tools.
Connect
Add this configuration to .claude/mcp.json
{
"mcpServers": {
"databricks": {
"command": "npx",
"args": [],
"env": {
"DATABRICKS_HOST": "<YOUR_DATABRICKS_HOST>",
"DATABRICKS_TOKEN": "<YOUR_DATABRICKS_TOKEN>"
}
}
}
}Tools (2)
run_sql_query
Execute a SQL query against a Databricks SQL warehouse and return the results.
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "SQL statement to execute"
},
"warehouse_id": {
"type": "string",
"description": "ID of the SQL warehouse to run against"
}
}
}list_jobs
List Databricks jobs and their most recent run status.
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"description": "Maximum number of jobs to return"
}
}
}Resources
This server does not expose any resources.
Prompts
This server does not expose any prompts.
Server Information
- Author
- Databricks (@databricks)
- Repository
- https://github.com/databrickslabs/mcp
- License
- Apache-2.0
- Version
- 0.4.0
- Stars
- 588
- Last Updated
- July 9, 2026