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.
Conectar
Añade esta configuración a .claude/mcp.json
{
"mcpServers": {
"databricks": {
"command": "npx",
"args": [],
"env": {
"DATABRICKS_HOST": "<YOUR_DATABRICKS_HOST>",
"DATABRICKS_TOKEN": "<YOUR_DATABRICKS_TOKEN>"
}
}
}
}Herramientas (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"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Repositorio
- https://github.com/databrickslabs/mcp
- Licencia
- Apache-2.0
- Versión
- 0.4.0
- Estrellas
- 588
- Última actualización
- 9 de julio de 2026