D
Databricks
Query Databricks warehouses, clusters and jobs.
·No reviews yet
Share:
About
Auto-generated
Databricks is a Model Context Protocol server in the Data & Databases category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Databricks.
- What does the Databricks MCP enable?
- This MCP allows you to query Databricks warehouses, clusters, and jobs. It connects to your Databricks environment to execute SQL queries and manage data operations.
- How do I install this Databricks MCP in a client such as Claude Desktop?
- Installation typically involves adding the Databricks MCP's repository URL to your client's settings. You would provide the slug 'databricks' and specify 'stdio' as the transport mechanism if prompted.
- Does this Databricks MCP require an API key for authentication?
- Yes, this Databricks MCP uses an API key for authentication. You will need to configure your Databricks API key within the client or MCP server settings to establish a connection.
- What capabilities does this Databricks MCP expose?
- This MCP is designed to query Databricks resources such as SQL warehouses, clusters, and jobs. It supports operations related to data querying and potentially job execution within the Databricks platform.
- Is there a cost associated with using the Databricks MCP?
- The MCP itself is provided by the community. However, the underlying Databricks services will incur costs based on your Databricks account and usage within their platform.
- What is a prerequisite for using this Databricks MCP?
- A key prerequisite for using this MCP is having an active Databricks workspace and the necessary permissions to generate API keys. You must also have your Databricks API key ready for configuration.
Install Databricks
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"databricks": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-databricks"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"databricks": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-databricks"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"databricks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-databricks"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.